Home
last modified time | relevance | path

Searched refs:CODESET (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dcodeset.m413 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
15 [char* cs = nl_langinfo(CODESET);],
21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
/ndk/sources/android/support/src/musl-locale/
Dlanginfo.c35 if (item == CODESET) return "UTF-8"; in nl_langinfo_l()
/ndk/sources/android/support/include/
Dlanginfo.h40 #define CODESET _NL_ITEM(LC_CTYPE, 0) macro