Lines Matching refs:CODESET
121 * Only include langinfo.h if we have a way to get the codeset. If we later
1745 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1772 /* if we can find the codeset name from setlocale, return that. */
1785 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1786 codeset = remapPlatformDependentCodepage(NULL, codeset);
1787 if (codeset != NULL) {
1788 uprv_strncpy(codesetName, codeset, sizeof(codesetName));