Searched refs:gLocaleCount (Results 1 – 2 of 2) sorted by relevance
877 static const uint32_t gLocaleCount = sizeof(gPosixIDmap)/sizeof(ILcidPosixMap); variable1021 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix()1074 uint32_t high = gLocaleCount; in uprv_convertToLCID()1115 for (idx = 0; idx < gLocaleCount; idx++ ) { in uprv_convertToLCID()
2159 static int32_t gLocaleCount = -1; in testLocaleCount() local2160 if(gLocaleCount < 0) { in testLocaleCount()2165 gLocaleCount = i; in testLocaleCount()2167 return gLocaleCount; in testLocaleCount()