Home | History | Annotate | Download | only in common

Lines Matching refs:codeset

130  * Only include langinfo.h if we have a way to get the codeset. If we later
1886 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1912 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1919 codeset = remapPlatformDependentCodepage(localeName, codeset);
1923 codeset = remapPlatformDependentCodepage(NULL, codeset);
1926 if (codeset != NULL) {
1927 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
1940 /* if we can find the codeset name from setlocale, return that. */