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

/external/libcxx/src/support/win32/
H A Dlocale_win32.cpp15 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) function
/external/libexif/test/nls/
H A Dtest-codeset.c143 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/chromium_org/third_party/libxslt/libxslt/
H A Dxsltlocale.c23 #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/src/support/solaris/
H A Dxlocale.c199 locale_t newlocale(int mask, const char *locale, locale_t base) { function
/external/libcxx/include/support/ibm/
H A Dxlocale.h39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function

Completed in 213 milliseconds