Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h39 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.h49 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.c180 basic_streambuf<_CharT, _Traits>::imbue(const locale&) {} in imbue()
D_iosfwd.h85 class locale; variable
/ndk/sources/android/support/src/locale/
Dnewlocale.c32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale()
Dsetlocale.c31 char *setlocale(int category, const char *locale) { in setlocale()
/ndk/sources/android/support/src/musl-locale/
Dwcscoll_l.c3 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l()
Dwcsxfrm_l.c3 size_t wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t locale) in wcsxfrm_l()
Dwcscoll.c7 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l()
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp40 # 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
Dlocale_impl.h121 friend class locale; variable
/ndk/sources/host-tools/make-3.81/
DMakefile.am94 localedir = $(datadir)/locale directory
Dmake.h340 # define setlocale(category, locale) argument
/ndk/sources/android/support/src/
Dlocale_support.c56 int asprintf_l(char** strp, locale_t locale, const char* fmt, ...) { in asprintf_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dlocale_win32.cpp15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c199 locale_t newlocale(int mask, const char *locale, locale_t base) { in newlocale()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp496 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/
Dc_locale_win32.c1470 static LCID LocaleFromHex(const char* locale) { in LocaleFromHex()
1484 static BOOL CALLBACK EnumLocalesProcA(LPSTR locale) { in EnumLocalesProcA()