Searched defs:__loc (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf ) in _Locale_ctype_name() 165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf ) in _Locale_codecvt_name() 170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf ) in _Locale_numeric_name() 175 char const*_Locale_time_name( const struct _Locale_time *__loc, char *buf ) in _Locale_time_name() 180 char const*_Locale_collate_name( const struct _Locale_collate *__loc, char *buf ) in _Locale_collate_name() 185 char const*_Locale_monetary_name( const struct _Locale_monetary *__loc, char *buf ) in _Locale_monetary_name() 190 char const*_Locale_messages_name( const struct _Locale_messages *__loc, char *buf ) in _Locale_messages_name() 195 void _Locale_ctype_destroy( struct _Locale_ctype *__loc ) in _Locale_ctype_destroy() 198 void _Locale_codecvt_destroy( struct _Locale_codecvt *__loc ) in _Locale_codecvt_destroy() 201 void _Locale_numeric_destroy( struct _Locale_numeric *__loc ) in _Locale_numeric_destroy() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _locale.h | 127 locale(const locale& __loc, _Facet* __f) { in locale() 154 locale combine(const locale& __loc) const { in combine() 223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {} in locale() 225 locale(const locale& __loc, const char* __str, category __cat) in locale() 229 locale(const locale& __loc, _Facet* __f) in locale() 239 locale(const _Locale& __loc) : _Locale(__loc) {} in locale() 252 locale combine(const locale& __loc) const { in combine() 270 static locale _STLP_CALL global(const locale& __loc) { in global() 302 const locale& __loc; member 346 inline bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW in _HasFacet() [all …]
|
D | _messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const in open() 76 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open() 96 inline catalog open(const string& __fn, const locale& __loc) const in open() 109 virtual catalog do_open(const string& __fn, const locale& __loc) const in do_open()
|
D | _ios.c | 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { in imbue()
|
D | _fstream.c | 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { in imbue() 735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) { in _M_setup_codecvt()
|
D | _streambuf.c | 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { in pubimbue()
|
D | _collate.h | 162 __locale_do_operator_call (const locale& __loc, in __locale_do_operator_call()
|
D | _iosfwd.h | 89 const locale& __loc; member
|
D | _monetary.c | 137 locale __loc = __str.getloc(); in __money_do_get() local 325 locale __loc = __str.getloc(); in __money_do_put() local
|
D | _num_get.c | 249 locale __loc = __str.getloc(); in __do_get_integer() local 429 locale __loc = __str.getloc(); in __do_get_float() local
|
D | _num_put.c | 195 locale __loc = __f.getloc(); in __put_integer() local
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/ |
D | xlocale.h | 118 int __base, locale_t __loc) { in strtoll_l() 123 int __base, locale_t __loc) { in strtol_l() 128 locale_t __loc) { in strtold_l() 133 int __base, locale_t __loc) { in strtoull_l() 138 int __base, locale_t __loc) { in strtoul_l()
|