Home
last modified time | relevance | path

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

/freebsd-12-stable/include/xlocale/
D_ctype.h79 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l()
88 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l()
104 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l()
113 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l()
/freebsd-12-stable/contrib/libstdc++/include/bits/
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()
Dlocale_facets.tcc90 has_facet(const locale& __loc) throw() in has_facet()
112 use_facet(const locale& __loc) in use_facet()
189 __numpunct_cache<_CharT>::_M_cache(const locale& __loc) in _M_cache()
224 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache()
289 const locale& __loc = __io._M_getloc(); in _M_extract_float() local
523 const locale& __loc = __io._M_getloc(); in _M_extract_int() local
739 const locale& __loc = __io._M_getloc(); in do_get() local
992 const locale& __loc = __io._M_getloc(); in _M_insert_int() local
1112 const locale& __loc = __io._M_getloc(); in _M_insert_float() local
1236 const locale& __loc = __io._M_getloc(); in do_put() local
[all …]
Dlocale_facets.h4420 open(const basic_string<char>& __s, const locale& __loc) const in open()
4618 isprint(_CharT __c, const locale& __loc) in isprint()
4624 iscntrl(_CharT __c, const locale& __loc) in iscntrl()
4630 isupper(_CharT __c, const locale& __loc) in isupper()
4636 islower(_CharT __c, const locale& __loc) in islower()
4642 isalpha(_CharT __c, const locale& __loc) in isalpha()
4648 isdigit(_CharT __c, const locale& __loc) in isdigit()
4654 ispunct(_CharT __c, const locale& __loc) in ispunct()
4660 isxdigit(_CharT __c, const locale& __loc) in isxdigit()
4666 isalnum(_CharT __c, const locale& __loc) in isalnum()
[all …]
Dfstream.tcc839 imbue(const locale& __loc) in imbue()
/freebsd-12-stable/contrib/libstdc++/src/
Dctype.cc55 use_facet<ctype<char> >(const locale& __loc) in use_facet()
65 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet()
Dios_locale.cc53 ios_base::imbue(const locale& __loc) in imbue()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dconstruct_at.h48 void destroy_at(_Tp* __loc) { in destroy_at()
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
Dmessages_members.h66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/freebsd-12-stable/contrib/libstdc++/config/locale/generic/
Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h224 pubimbue(const locale &__loc) in pubimbue()
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dlocale.cpp4398 locale_t __loc) { in checked_string_to_char_convert()