Searched refs:gLocaleCount (Results 1 – 2 of 2) sorted by relevance
954 static const uint32_t gLocaleCount = UPRV_LENGTHOF(gPosixIDmap); variable1119 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix()1260 uint32_t high = gLocaleCount; in uprv_convertToLCID()1301 for (idx = 0; idx < gLocaleCount; idx++ ) { in uprv_convertToLCID()
2168 static int32_t gLocaleCount = -1; in testLocaleCount() local2169 if(gLocaleCount < 0) { in testLocaleCount()2174 gLocaleCount = i; in testLocaleCount()2176 return gLocaleCount; in testLocaleCount()