Searched refs:gLocaleCount (Results 1 – 2 of 2) sorted by relevance
948 static const uint32_t gLocaleCount = UPRV_LENGTHOF(gPosixIDmap); variable1116 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix()1255 uint32_t high = gLocaleCount; in uprv_convertToLCID()1296 for (idx = 0; idx < gLocaleCount; idx++ ) { in uprv_convertToLCID()
2190 static int32_t gLocaleCount = -1; in testLocaleCount() local2191 if(gLocaleCount < 0) { in testLocaleCount()2196 gLocaleCount = i; in testLocaleCount()2198 return gLocaleCount; in testLocaleCount()