Searched refs:gLocaleCount (Results 1 – 2 of 2) sorted by relevance
945 static const uint32_t gLocaleCount = UPRV_LENGTHOF(gPosixIDmap); variable1113 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix()1249 uint32_t high = gLocaleCount; in uprv_convertToLCID()1290 for (idx = 0; idx < gLocaleCount; idx++ ) { in uprv_convertToLCID()
2183 static int32_t gLocaleCount = -1; in testLocaleCount() local2184 if(gLocaleCount < 0) { in testLocaleCount()2189 gLocaleCount = i; in testLocaleCount()2191 return gLocaleCount; in testLocaleCount()