Lines Matching refs:langID
1015 uint16_t langID;
1059 langID = LANGUAGE_LCID(hostid);
1062 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1104 // langID is separate so that this file doesn't depend on the uloc_* API.
1110 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
1125 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
1138 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);