Searched refs:lang_cult (Results 1 – 1 of 1) sorted by relevance
1071 unsigned char lang_cult, codeset; in find_locale() local1105 lang_cult = codeset = 0; /* Assume C and default codeset. */ in find_locale()1130 ++lang_cult; /* Increment first since C/POSIX is 0. */ in find_locale()1135 } while (lang_cult < __LOCALE_DATA_NUM_LOCALE_NAMES); in find_locale()1142 if ((lang_cult == *s) && ((codeset == s[1]) || (codeset == s[2]))) { in find_locale()
Completed in 4 milliseconds