Lines Matching defs:langID
951 uint16_t langID;
966 langID
970 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
987 // langID is separate so that this file doesn't depend on the uloc_* API.
993 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
1008 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
1021 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);