Searched refs:gLocaleCount (Results 1 – 2 of 2) sorted by relevance
846 static const uint32_t gLocaleCount = sizeof(gPosixIDmap)/sizeof(ILcidPosixMap); variable976 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) in uprv_convertToPosix()1005 uint32_t high = gLocaleCount; in uprv_convertToLCID()1046 for (idx = 0; idx < gLocaleCount; idx++ ) { in uprv_convertToLCID()
2108 static int32_t gLocaleCount = -1; in testLocaleCount() local2109 if(gLocaleCount < 0) { in testLocaleCount()2114 gLocaleCount = i; in testLocaleCount()2116 return gLocaleCount; in testLocaleCount()