Searched refs:__loc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dios_locale.cc53 ios_base::imbue(const locale& __loc) argument
56 _M_ios_locale = __loc;
H A Dctype.cc55 use_facet<ctype<char> >(const locale& __loc) argument
58 const locale::_Impl* __tmp = __loc._M_impl;
65 use_facet<ctype<wchar_t> >(const locale& __loc) argument
68 const locale::_Impl* __tmp = __loc._M_impl;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h178 printf_domain_t __restrict __domain, locale_t __restrict __loc,
183 locale_t __restrict __loc, const char * __restrict __format, ...)
187 printf_domain_t __restrict __domain, locale_t __restrict __loc,
192 printf_domain_t __restrict __domain, locale_t __restrict __loc,
197 locale_t __restrict __loc, const char * __restrict __format, ...)
202 printf_domain_t __restrict __domain, locale_t __restrict __loc,
207 locale_t __restrict __loc, const char * __restrict __format,
212 printf_domain_t __restrict __domain, locale_t __restrict __loc,
217 printf_domain_t __restrict __domain, locale_t __restrict __loc,
222 locale_t __restrict __loc, cons
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
58 { return this->do_open(__s, __loc); }
H A Dlocale_facets.h1208 use_facet<ctype<char> >(const locale& __loc);
1514 use_facet<ctype<wchar_t> >(const locale& __loc);
1636 _M_cache(const locale& __loc);
2844 _M_cache(const locale& __loc);
3595 _M_cache(const locale& __loc);
4428 open(const basic_string<char>& __s, const locale& __loc) const
4429 { return this->do_open(__s, __loc); }
4620 isspace(_CharT __c, const locale& __loc) argument
4621 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); }
4626 isprint(_CharT __c, const locale& __loc) argument
4632 iscntrl(_CharT __c, const locale& __loc) argument
4638 isupper(_CharT __c, const locale& __loc) argument
4644 islower(_CharT __c, const locale& __loc) argument
4650 isalpha(_CharT __c, const locale& __loc) argument
4656 isdigit(_CharT __c, const locale& __loc) argument
4662 ispunct(_CharT __c, const locale& __loc) argument
4668 isxdigit(_CharT __c, const locale& __loc) argument
4674 isalnum(_CharT __c, const locale& __loc) argument
4680 isgraph(_CharT __c, const locale& __loc) argument
4686 toupper(_CharT __c, const locale& __loc) argument
4692 tolower(_CharT __c, const locale& __loc) argument
[all...]
H A Dbasic_ios.h396 imbue(const locale& __loc);
459 _M_cache_locale(const locale& __loc);
H A Dlocalefwd.h180 has_facet(const locale& __loc) throw();
184 use_facet(const locale& __loc);
H A Dios_base.h679 imbue(const locale& __loc);
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h219 __locale_ptr(locale_t __loc) argument
221 NORMALIZE_LOCALE(__loc);
222 return __loc;
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_streambuf.i29 pubimbue(const locale &__loc);
H A Dstd_ios.i133 imbue(const locale& __loc);
233 imbue(const locale& __loc);

Completed in 141 milliseconds