Home | History | Annotate | Download | only in common

Lines Matching refs:langID

982     uint16_t langID;
1019 langID = LANGUAGE_LCID(hostid);
1022 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1064 // langID is separate so that this file doesn't depend on the uloc_* API.
1070 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status)
1085 if (!langID || !posixID || uprv_strlen(langID) < 2 || uprv_strlen(posixID) < 2) {
1098 compVal = uprv_strcmp(langID, gPosixIDmap[mid].regionMaps->posixID);