/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() 81 int isalnum_l(int c, locale_t locale) in isalnum_l() 86 int isalpha_l(int c, locale_t locale) in isalpha_l() 91 int isblank_l(int c, locale_t locale) in isblank_l() 96 int iscntrl_l(int c, locale_t locale) in iscntrl_l() 101 int isdigit_l(int c, locale_t locale) in isdigit_l() 106 int isgraph_l(int c, locale_t locale) in isgraph_l() 111 int islower_l(int c, locale_t locale) in islower_l() 116 int isprint_l(int c, locale_t locale) in isprint_l() 122 int ispunct_l(int c, locale_t locale) in ispunct_l() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _locale.h | 49 class locale; variable 74 # define locale _STLP_NO_MEM_T_NAME(loc) macro 88 friend class locale; variable 127 locale(const locale& __loc, _Facet* __f) { in locale() function 218 locale() _STLP_NOTHROW { in locale() function 223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {} in locale() function 224 explicit locale(const char *__str) : _Locale(__str) {} in locale() function 225 locale(const locale& __loc, const char* __str, category __cat) in locale() function 229 locale(const locale& __loc, _Facet* __f) in locale() function 238 locale(_Locale_impl* __impl) : _Locale(__impl) {} in locale() function [all …]
|
D | _streambuf.c | 180 basic_streambuf<_CharT, _Traits>::imbue(const locale&) {} in imbue()
|
D | _iosfwd.h | 85 class locale; variable
|
/ndk/sources/android/support/src/locale/ |
D | newlocale.c | 32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale()
|
D | setlocale.c | 31 char *setlocale(int category, const char *locale) { in setlocale()
|
/ndk/sources/android/support/src/musl-locale/ |
D | wcscoll_l.c | 3 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l()
|
D | wcsxfrm_l.c | 3 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t locale) in wcsxfrm_l()
|
D | wcscoll.c | 7 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale.cpp | 40 # define locale _STLP_NO_MEM_T_NAME(loc) macro 119 locale::locale() _STLP_NOTHROW in locale() function in locale 124 locale::locale(const locale& L) _STLP_NOTHROW in locale() function in locale 133 locale::locale( _Locale_impl* impl ) : in locale() function in locale 138 locale::locale(const char* name) in locale() function in locale 247 locale::locale(const locale& L, const char* name, locale::category c) in locale() function in locale 296 locale::locale(const locale& L1, const locale& L2, category c) in locale() function in locale
|
D | locale_impl.h | 121 friend class locale; variable
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.am | 94 localedir = $(datadir)/locale directory
|
D | make.h | 340 # define setlocale(category, locale) argument
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 56 int asprintf_l(char** strp, locale_t locale, const char* fmt, ...) { in asprintf_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | locale_win32.cpp | 15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 199 locale_t newlocale(int mask, const char *locale, locale_t base) { in newlocale()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 496 locale::locale() _NOEXCEPT in locale() function in locale 502 locale::locale(const locale& l) _NOEXCEPT in locale() function in locale 522 locale::locale(const char* name) in locale() function in locale 533 locale::locale(const string& name) in locale() function in locale 539 locale::locale(const locale& other, const char* name, category c) in locale() function in locale 550 locale::locale(const locale& other, const string& name, category c) in locale() function in locale 556 locale::locale(const locale& other, const locale& one, category c) in locale() function in locale
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1470 static LCID LocaleFromHex(const char* locale) { in LocaleFromHex() 1484 static BOOL CALLBACK EnumLocalesProcA(LPSTR locale) { in EnumLocalesProcA()
|