| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | num.h | 56 …static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _Char… 73 __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 86 _LIBCPP_HIDE_FROM_ABI static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep) { in __stage2_int_prep() 87 locale __loc = __iob.getloc(); in __stage2_int_prep() 93 _LIBCPP_HIDE_FROM_ABI const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const { in __do_widen() 94 return __do_widen_p(__iob, __atoms); in __do_widen() 99 _LIBCPP_HIDE_FROM_ABI const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const { in __do_widen_p() 100 locale __loc = __iob.getloc(); in __do_widen_p() 105 _LIBCPP_HIDE_FROM_ABI const char* __do_widen_p(ios_base& __iob, char* __atoms) const { in __do_widen_p() 106 (void)__iob; in __do_widen_p() [all …]
|
| H A D | time.h | 119 …get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_time() argument 120 return do_get_time(__b, __e, __iob, __err, __tm); in get_time() 124 …get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_date() argument 125 return do_get_date(__b, __e, __iob, __err, __tm); in get_date() 129 …get_weekday(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) con… in get_weekday() argument 130 return do_get_weekday(__b, __e, __iob, __err, __tm); in get_weekday() 134 …get_monthname(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) c… in get_monthname() argument 135 return do_get_monthname(__b, __e, __iob, __err, __tm); in get_monthname() 139 …get_year(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const { in get_year() argument 140 return do_get_year(__b, __e, __iob, __err, __tm); in get_year() [all …]
|
| H A D | pad_and_output.h | 26 …or __s, const _CharT* __ob, const _CharT* __op, const _CharT* __oe, ios_base& __iob, _CharT __fl) { in __pad_and_output() argument 28 streamsize __ns = __iob.width(); in __pad_and_output() 39 __iob.width(0); in __pad_and_output() 49 ios_base& __iob, in __pad_and_output() argument 54 streamsize __ns = __iob.width(); in __pad_and_output() 80 __iob.width(0); in __pad_and_output()
|
| H A D | money.h | 239 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long dou… in get() argument 240 return do_get(__b, __e, __intl, __iob, __err, __v); in get() 244 …get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_t… in get() argument 245 return do_get(__b, __e, __intl, __iob, __err, __v); in get() 254 …do_get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long … 256 …do_get(iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, strin… 474 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, long double&… in do_get() argument 480 locale __loc = __iob.getloc(); in do_get() 483 if (__do_get(__b, __e, __intl, __loc, __iob.flags(), __err, __neg, __ct, __wb, __wn, __we)) { in do_get() 513 …iter_type __b, iter_type __e, bool __intl, ios_base& __iob, ios_base::iostate& __err, string_type&… in do_get() argument [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 390 …static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point, _Char… 406 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep); 420 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep) { 421 locale __loc = __iob.getloc(); 427 …const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const { return __do_widen_p(__iob, __at… 443 const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const { 444 locale __loc = __iob.getloc(); 449 const char* __do_widen_p(ios_base& __iob, char* __atoms) const { 450 (void)__iob; 459 string __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_s… [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | ostreambuf_iterator.h | 59 …rator<_Ch, _Tr> __s, const _Ch* __ob, const _Ch* __op, const _Ch* __oe, ios_base& __iob, _Ch __fl);
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 71 …rator<_Ch, _Tr> __s, const _Ch* __ob, const _Ch* __op, const _Ch* __oe, ios_base& __iob, _Ch __fl);
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 4121 char* __num_put_base::__identify_padding(char* __nb, char* __ne, const ios_base& __iob) { in __identify_padding() argument 4122 switch (__iob.flags() & ios_base::adjustfield) { in __identify_padding() 5566 string __num_get<_CharT>::__stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_s… in __stage2_int_prep() argument 5567 locale __loc = __iob.getloc(); in __stage2_int_prep()
|