/third_party/musl/libc-test/src/common/ |
H A D | utf8.c | 17 if (strcmp(nl_langinfo(CODESET), "UTF-8")) in t_setutf8() 18 return t_error("cannot set UTF-8 locale for test (codeset=%s)\n", nl_langinfo(CODESET)); in t_setutf8()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | langinfo_sup.c | 96 * when the function nl_langinfo passes in the CODESET parameter 106 char *ptr = nl_langinfo(CODESET); in nl_langinfo_0500() 114 ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | langinfo.c | 98 * when the function nl_langinfo passes in the CODESET parameter 108 char *ptr = nl_langinfo(CODESET); in nl_langinfo_0500() 116 ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
|
/third_party/musl/libc-test/src/functional/ |
H A D | mbc.c | 43 if (strcmp(nl_langinfo(CODESET), "UTF-8")) in main() 44 return t_error("cannot set UTF-8 locale for test (codeset=%s)\n", nl_langinfo(CODESET)); in main()
|
H A D | swprintf.c | 113 TEST(i, strcmp(nl_langinfo(CODESET), "UTF-8"), 0, "no UTF-8 locale; tests might fail"); in main()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
H A D | langinfo.c | 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
|
/third_party/musl/porting/linux/user/src/locale/ |
H A D | langinfo.c | 53 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
H A D | langinfo.c | 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
H A D | langinfo.c | 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
|
/third_party/musl/src/locale/ |
H A D | langinfo.c | 36 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
|
/third_party/musl/porting/linux/user/include/ |
H A D | langinfo.h | 89 #define CODESET 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | langinfo.h | 71 #define CODESET 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | langinfo.h | 71 #define CODESET 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | langinfo.h | 71 #define CODESET 14 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | langinfo.h | 71 #define CODESET 14 macro
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_locale.cpp | 92 benchmark::DoNotOptimize(nl_langinfo(CODESET)); in Bm_function_Locale_nl_langinfo()
|
/third_party/musl/include/ |
H A D | langinfo.h | 74 #define CODESET 14 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | langinfo.c | 8 C(CODESET) in f()
|
/third_party/libexif/test/nls/ |
H A D | test-codeset.c | 95 nl_langinfo(CODESET) in check()
|
/third_party/popt/src/ |
H A D | poptint.c | 79 codeset = nl_langinfo ((nl_item)CODESET); in strdup_locale_from_utf8()
|
/third_party/python/Modules/ |
H A D | _localemodule.c | 559 OpenBSD doesn't have CODESET but has T_FMT_AMPM, and doesn't have 562 #ifdef CODESET 563 LANGINFO(CODESET), 590 /* This is not available in all glibc versions that have CODESET. */
|
/third_party/icu/icu4c/source/common/ |
H A D | putilimp.h | 94 # define U_NL_LANGINFO_CODESET CODESET
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putilimp.h | 94 # define U_NL_LANGINFO_CODESET CODESET
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putilimp.h | 94 # define U_NL_LANGINFO_CODESET CODESET
|
/third_party/python/Include/ |
H A D | pyport.h | 661 # undef CODESET macro
|