Searched defs:__loc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dios_locale.cc53 ios_base::imbue(const locale& __loc) argument
H A Dctype.cc55 use_facet<ctype<char> >(const locale& __loc) argument
65 use_facet<ctype<wchar_t> >(const locale& __loc) argument
/freebsd-10.2-release/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
/freebsd-10.2-release/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.h66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
/freebsd-10.2-release/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h46 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
/freebsd-10.2-release/include/xlocale/
H A D_ctype.h77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) argument
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h224 pubimbue(const locale &__loc) argument
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4612 isspace(_CharT __c, const locale& __loc) argument
4618 isprint(_CharT __c, const locale& __loc) argument
4624 iscntrl(_CharT __c, const locale& __loc) argument
4630 isupper(_CharT __c, const locale& __loc) argument
4636 islower(_CharT __c, const locale& __loc) argument
4642 isalpha(_CharT __c, const locale& __loc) argument
4648 isdigit(_CharT __c, const locale& __loc) argument
4654 ispunct(_CharT __c, const locale& __loc) argument
4660 isxdigit(_CharT __c, const locale& __loc) argument
4666 isalnum(_CharT __c, const locale& __loc) argument
4672 isgraph(_CharT __c, const locale& __loc) argument
4678 toupper(_CharT __c, const locale& __loc) argument
4684 tolower(_CharT __c, const locale& __loc) argument
[all...]

Completed in 136 milliseconds