Lines Matching defs:langID
988 uint16_t langID;
1003 langID = LANGUAGE_LCID(hostid);
1007 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
1024 // langID is separate so that this file doesn't depend on the uloc_* API.
1030 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
1045 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
1058 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);