Home
last modified time | relevance | path

Searched refs:CODESET (Results 1 - 25 of 49) sorted by relevance

12

/third_party/musl/libc-test/src/common/
H A Dutf8.c17 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 Dlanginfo_sup.c96 * 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 Dlanginfo.c98 * 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 Dmbc.c43 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 Dswprintf.c113 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 Dlanginfo.c35 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 Dlanginfo.c53 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 Dlanginfo.c35 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 Dlanginfo.c35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
/third_party/musl/src/locale/
H A Dlanginfo.c36 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l()
/third_party/musl/porting/linux/user/include/
H A Dlanginfo.h89 #define CODESET 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dlanginfo.h71 #define CODESET 14 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlanginfo.h71 #define CODESET 14 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlanginfo.h71 #define CODESET 14 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlanginfo.h71 #define CODESET 14 macro
/third_party/musl/Benchmark/musl/
H A Dlibc_locale.cpp92 benchmark::DoNotOptimize(nl_langinfo(CODESET)); in Bm_function_Locale_nl_langinfo()
/third_party/musl/include/
H A Dlanginfo.h74 #define CODESET 14 macro
/third_party/musl/libc-test/src/api/
H A Dlanginfo.c8 C(CODESET) in f()
/third_party/libexif/test/nls/
H A Dtest-codeset.c95 nl_langinfo(CODESET) in check()
/third_party/popt/src/
H A Dpoptint.c79 codeset = nl_langinfo ((nl_item)CODESET); in strdup_locale_from_utf8()
/third_party/python/Modules/
H A D_localemodule.c559 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 Dputilimp.h94 # define U_NL_LANGINFO_CODESET CODESET
/third_party/node/deps/icu-small/source/common/
H A Dputilimp.h94 # define U_NL_LANGINFO_CODESET CODESET
/third_party/skia/third_party/externals/icu/source/common/
H A Dputilimp.h94 # define U_NL_LANGINFO_CODESET CODESET
/third_party/python/Include/
H A Dpyport.h661 # undef CODESET macro

Completed in 10 milliseconds

12