Home
last modified time | relevance | path

Searched refs:nLocales (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h56 int nLocales;
61 nLocales = 0; in DateTimeRoundTripFunction()
66 nLocales = locs; in DateTimeRoundTripFunction()
153 for (int32_t locidx = 0; locidx < nLocales; locidx++) { in call()
212 return NUM_PATTERNS * nLocales * 6; in getOperationsPerIteration()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp145 int32_t nLocales; in TestTimeZoneRoundTrip() local
149 nLocales = UPRV_LENGTHOF(testLocales); in TestTimeZoneRoundTrip()
151 LOCALES = Locale::getAvailableLocales(nLocales); in TestTimeZoneRoundTrip()
159 for (int32_t locidx = 0; locidx < nLocales; locidx++) { in TestTimeZoneRoundTrip()
395 int32_t nLocales; member
401 nLocales(0), START_TIME(0), END_TIME(0), numDone(0) { in LocaleData()
416 if (localeIndex >= nLocales - 1) { in nextTest()
484 gLocaleData->locales = Locale::getAvailableLocales(gLocaleData->nLocales); in TestTimeRoundTrip()
487 gLocaleData->nLocales = UPRV_LENGTHOF(locales1); in TestTimeRoundTrip()
490 gLocaleData->nLocales = UPRV_LENGTHOF(locales2); in TestTimeRoundTrip()