HomeSort by relevance Sort by last modified time
    Searched defs:newlocale (Results 1 - 12 of 12) sorted by null

  /ndk/sources/android/support/src/locale/
newlocale.c 32 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/
newlocale.c 6 locale_t newlocale(int mask, const char *name, locale_t base) function
14 weak_alias(newlocale, __newlocale);
  /bionic/libc/bionic/
locale.cpp 125 locale_t newlocale(int category_mask, const char* locale_name, locale_t /*base*/) { function
  /external/libcxx/src/support/win32/
locale_win32.cpp 15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) function
  /external/libexif/test/nls/
test-codeset.c 143 const char *newlocale = setlocale(LC_ALL, ""); local
152 if (newlocale == NULL) {
153 printf("Locale not available: \"%s\"\n", newlocale);
163 newlocale
168 if (strncmp(newlocale, testcases[i].locale, localelen) == 0) {
173 printf("No test case found for locale: %s\n", newlocale);
  /external/libcxx/src/support/solaris/
xlocale.c 199 locale_t newlocale(int mask, const char *locale, locale_t base) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 199 locale_t newlocale(int mask, const char *locale, locale_t base) { function
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 23 #define newlocale __newlocale macro
113 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
125 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
142 locale = newlocale(LC_COLLATE_MASK, localeName, NULL);
  /external/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function

Completed in 917 milliseconds