Searched refs:newlocale (Results 1 - 14 of 14) sorted by relevance

/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/libcxx/include/support/xlocale/
H A D__nop_locale_mgmt.h27 static inline locale_t newlocale(int, const char *, locale_t) { function
/external/mesa3d/src/util/
H A Dstrtod.c44 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
/external/libcxx/include/support/ibm/
H A Dlocale_mgmt_aix.h39 locale_t newlocale(int category_mask, const char *locale, locale_t base) function
/external/skia/src/gpu/
H A DGrAutoLocaleSetter.h57 fLocale = newlocale(LC_ALL_MASK, name, nullptr);
/external/skqp/src/gpu/
H A DGrAutoLocaleSetter.h57 fLocale = newlocale(LC_ALL_MASK, name, nullptr);
/external/libcxx/src/support/win32/
H A Dlocale_win32.cpp21 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h98 locale_t newlocale( int mask, const char * locale, locale_t base );
/external/harfbuzz_ng/src/
H A Dhb-common.cc703 #define HB_CREATE_LOCALE(locName) newlocale (LC_ALL_MASK, locName, nullptr)
/external/libcxx/src/
H A Dlocale.cpp51 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {}
73 static locale_t result = newlocale(LC_ALL_MASK, "C", 0);
678 __l(newlocale(LC_ALL_MASK, n, 0))
687 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
726 __l(newlocale(LC_ALL_MASK, n, 0))
735 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1194 __l(newlocale(LC_ALL_MASK, name, 0))
1203 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
1247 __l(newlocale(LC_ALL_MASK, name, 0))
1256 __l(newlocale(LC_ALL_MAS
[all...]
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp520 gCLocale = newlocale(LC_ALL_MASK, "C", (locale_t)0);
/external/ImageMagick/MagickCore/
H A Dlocale.c137 c_locale=newlocale(LC_ALL_MASK,"C",(locale_t) 0);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1638 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
1647 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
/external/ImageMagick/
H A Dconfigure27862 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r directio erf _exit execvp fchmod floor fork ftime ftruncate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r isnan j0 j1 lltostr localtime_r lstat memmove memset mkstemp munmap nanosleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign posix_spawnp pow pread pwrite qsort_r raise rand_r readlink readdir_r realpath select seekdir sendfile setlocale socket sqrt setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul symlink sysconf sigemptyset sigaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr uselocale usleep utime vfprintf vfprintf_l vsprintf vsnprintf vsnprintf_l waitpid _wfopen _wstat
[all...]

Completed in 572 milliseconds