Home | History | Annotate | Download | only in common

Lines Matching refs:codeset

132  * Only include langinfo.h if we have a way to get the codeset. If we later
1896 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1922 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1929 codeset = remapPlatformDependentCodepage(localeName, codeset);
1933 codeset = remapPlatformDependentCodepage(NULL, codeset);
1936 if (codeset != NULL) {
1937 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
1950 /* if we can find the codeset name from setlocale, return that. */