Home
last modified time | relevance | path

Searched refs:nl_langinfo (Results 1 – 4 of 4) 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.c63 char *nl_langinfo(nl_item item) in nl_langinfo() function
68 weak_alias(__nl_langinfo, nl_langinfo);
Dnl_langinfo_l.c6 return nl_langinfo(item); in nl_langinfo_l()
/ndk/sources/android/support/include/
Dlanginfo.h115 char *nl_langinfo(nl_item);