/openbsd-src/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | xlocale.h | 36 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtoll_l() 41 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtol_l() 51 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtoul_l() 56 strtof_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtof_l() 61 strtod_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtod_l() 66 strtold_l(const char *__nptr, char **__endptr, locale_t __loc) { in strtold_l()
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_functions.h | 537 _OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to() 545 _OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to() 553 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 561 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 568 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat() 577 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat() 586 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT string format(locale __loc, in format() 596 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format() 604 … locale __loc, basic_string_view<_CharT> __fmt, in __vformat_to_n() 615 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, format_string<_Args...> _… in format_to_n() [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__memory/ |
H A D | construct_at.h | 64 void __destroy_at(_Tp* __loc) { in __destroy_at() 72 void __destroy_at(_Tp* __loc) { in __destroy_at() 100 void destroy_at(_Tp* __loc) { in destroy_at() 107 void destroy_at(_Tp* __loc) { in destroy_at()
|
H A D | uninitialized_algorithms.h | 413 constexpr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc) { in __allocator_construct_at_multidimensional() 449 constexpr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& _… in __allocator_construct_at_multidimensional()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | basic_ios.tcc | 139 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() 180 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() 200 basic_ios<_CharT, _Traits>::_M_cache_facets(const locale& __loc) in _M_cache_facets()
|
H A D | locale_facets.tcc | 78 use_facet(const locale& __loc) in use_facet() 89 has_facet(const locale& __loc) throw() in has_facet() 100 __use_cache(const locale& __loc) in __use_cache() 122 const locale __loc = __io.getloc(); in _M_extract_float() local 260 const locale __loc = __io.getloc(); in _M_extract_int() local 434 locale __loc = __io.getloc(); in do_get() local 798 const locale& __loc = __io._M_getloc(); in _M_convert_int() local 895 const locale __loc = __io._M_getloc(); in _M_convert_float() local 998 const locale __loc = __io._M_getloc(); in do_put() local 1102 const locale __loc = __io.getloc(); in do_get() local [all …]
|
H A D | locale_facets.h | 1783 open(const basic_string<char>& __s, const locale& __loc) const in open() 1900 isspace(_CharT __c, const locale& __loc) in isspace() 1905 isprint(_CharT __c, const locale& __loc) in isprint() 1910 iscntrl(_CharT __c, const locale& __loc) in iscntrl() 1915 isupper(_CharT __c, const locale& __loc) in isupper() 1919 inline bool islower(_CharT __c, const locale& __loc) in islower() 1924 isalpha(_CharT __c, const locale& __loc) in isalpha() 1929 isdigit(_CharT __c, const locale& __loc) in isdigit() 1934 ispunct(_CharT __c, const locale& __loc) in ispunct() 1939 isxdigit(_CharT __c, const locale& __loc) in isxdigit() [all …]
|
H A D | fstream.tcc | 163 const locale __loc = this->getloc(); in showmanyc() local 283 const locale __loc = this->getloc(); in _M_convert_to_external() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 89 has_facet(const locale& __loc) throw() in has_facet() 111 use_facet(const locale& __loc) in use_facet() 187 __numpunct_cache<_CharT>::_M_cache(const locale& __loc) in _M_cache() 222 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache() 287 const locale& __loc = __io._M_getloc(); in _M_extract_float() local 521 const locale& __loc = __io._M_getloc(); in _M_extract_int() local 737 const locale& __loc = __io._M_getloc(); in do_get() local 982 const locale& __loc = __io._M_getloc(); in _M_insert_int() local 1102 const locale& __loc = __io._M_getloc(); in _M_insert_float() local 1226 const locale& __loc = __io._M_getloc(); in do_put() local [all …]
|
H A D | basic_ios.tcc | 128 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() 171 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale()
|
H A D | locale_facets.h | 4419 open(const basic_string<char>& __s, const locale& __loc) const in open() 4617 isprint(_CharT __c, const locale& __loc) in isprint() 4623 iscntrl(_CharT __c, const locale& __loc) in iscntrl() 4629 isupper(_CharT __c, const locale& __loc) in isupper() 4635 islower(_CharT __c, const locale& __loc) in islower() 4641 isalpha(_CharT __c, const locale& __loc) in isalpha() 4647 isdigit(_CharT __c, const locale& __loc) in isdigit() 4653 ispunct(_CharT __c, const locale& __loc) in ispunct() 4659 isxdigit(_CharT __c, const locale& __loc) in isxdigit() 4665 isalnum(_CharT __c, const locale& __loc) in isalnum() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_arith.cc | 207 locale __loc(os.getloc(), __tp); in test01() local 220 locale __loc(os.getloc(), __tp); in test01() local 234 locale __loc(os.getloc(), __tp); in test01() local 244 locale __loc(os.getloc(), __tp); in test01() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | ctype.cc | 55 use_facet<ctype<char> >(const locale& __loc) in use_facet() 65 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet()
|
H A D | ios_locale.cc | 53 ios_base::imbue(const locale& __loc) in imbue()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
H A D | ctype.cc | 47 use_facet<ctype<char> >(const locale& __loc) in use_facet() 57 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet()
|
H A D | fstream.cc | 147 const locale __loc = this->getloc(); in _M_underflow_common() local
|
H A D | ios.cc | 304 ios_base::imbue(const locale& __loc) in imbue()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
H A D | messages_members.h | 39 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | messages_members.h | 61 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | messages_members.h | 49 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
H A D | messages_members.h | 56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 228 islower_l(int __c, _locale_t __loc) in islower_l() 234 isupper_l(int __c, _locale_t __loc) in isupper_l()
|
/openbsd-src/gnu/llvm/libcxx/src/support/solaris/ |
H A D | xlocale.cpp | 58 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_streambuf.h | 224 pubimbue(const locale &__loc) in pubimbue()
|