Searched refs:codeset (Results 1 – 2 of 2) sorted by relevance
2768 char *codeset = nl_langinfo(CODESET); local2771 if (codeset != NULL)2772 codeset = e_strdup(codeset);2782 p = (Uchar *)strstr(codeset, "ISO");2786 codeset = (char *)p;2788 if (strcmp("646", codeset) != 0 &&2789 strcmp("ASCII", codeset) != 0 &&2790 strcmp("US-ASCII", codeset) != 0 &&2792 strcmp("USASCII", codeset) != 0 &&2796 if (codeset != NULL)[all …]
1152 const WCHAR *codeset; member4056 rec->codeset = get_codeset(); in fill_operatingsystem()