Searched defs:newlocale (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/android/support/src/locale/
H A Dnewlocale.c32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { function
41 printf("newlocale() WARNING: Trying to set locale to %s other than \"\", \"C\" or \"POSIX\"\n", locale);
/ndk/sources/android/support/src/musl-locale/
H A Dnewlocale.c6 locale_t newlocale(int mask, const char *name, locale_t base) function
14 weak_alias(newlocale, __newlocale);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
H A Dlocale_win32.cpp15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
H A Dxlocale.c199 locale_t newlocale(int mask, const char *locale, locale_t base) { function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
H A Dxlocale.h39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function

Completed in 150 milliseconds