Home
last modified time | relevance | path

Searched defs:__loc (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h36 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 Dformat_functions.h537 _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()
604locale __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 Dconstruct_at.h64 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 Duninitialized_algorithms.h413 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 Dbasic_ios.tcc139 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 Dlocale_facets.tcc78 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 Dlocale_facets.h1783 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 Dfstream.tcc163 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 Dlocale_facets.tcc89 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 Dbasic_ios.tcc128 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 Dlocale_facets.h4419 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 Dostream_inserter_arith.cc207 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 Dctype.cc55 use_facet<ctype<char> >(const locale& __loc) in use_facet()
65 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet()
H A Dios_locale.cc53 ios_base::imbue(const locale& __loc) in imbue()
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dctype.cc47 use_facet<ctype<char> >(const locale& __loc) in use_facet()
57 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet()
H A Dfstream.cc147 const locale __loc = this->getloc(); in _M_underflow_common() local
H A Dios.cc304 ios_base::imbue(const locale& __loc) in imbue()
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h39 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dmessages_members.h61 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dmessages_members.h49 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h228 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 Dxlocale.cpp58 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l()
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h224 pubimbue(const locale &__loc) in pubimbue()

12