Home | History | Annotate | Download | only in common

Lines Matching full:codeset

127  * Only include langinfo.h if we have a way to get the codeset. If we later
1927 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1953 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1960 codeset = remapPlatformDependentCodepage(localeName, codeset);
1964 codeset = remapPlatformDependentCodepage(NULL, codeset);
1967 if (codeset != NULL) {
1968 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
1981 /* if we can find the codeset name from setlocale, return that. */