Lines Matching refs:gLocaleData
444 static LocaleData *gLocaleData = NULL; variable
475 gLocaleData = &localeData; in TestTimeRoundTrip()
492 gLocaleData->locales = Locale::getAvailableLocales(gLocaleData->nLocales); in TestTimeRoundTrip()
494 gLocaleData->locales = locales1; in TestTimeRoundTrip()
495 gLocaleData->nLocales = UPRV_LENGTHOF(locales1); in TestTimeRoundTrip()
497 gLocaleData->locales = locales2; in TestTimeRoundTrip()
498 gLocaleData->nLocales = UPRV_LENGTHOF(locales2); in TestTimeRoundTrip()
501 gLocaleData->START_TIME = START_TIME; in TestTimeRoundTrip()
502 gLocaleData->END_TIME = END_TIME; in TestTimeRoundTrip()
503 gLocaleData->resetTestIteration(); in TestTimeRoundTrip()
514 logln(UnicodeString("") + gLocaleData->times[i] + "ms (" + PATTERNS[i] + ")"); in TestTimeRoundTrip()
515 total += gLocaleData->times[i]; in TestTimeRoundTrip()
518 logln((UnicodeString) "Iteration: " + gLocaleData->testCounts); in TestTimeRoundTrip()
564 while (gLocaleData->nextTest(locidx, patidx)) { in RunTimeRoundTripTests()
569 threadNumber, gLocaleData->locales[locidx].getName(), CStr(pattern)()); in RunTimeRoundTripTests()
571 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, gLocaleData->locales[locidx], status); in RunTimeRoundTripTests()
574 … pattern + " for locale " + gLocaleData->locales[locidx].getName() + " - " + u_errorName(status)); in RunTimeRoundTripTests()
614 UDate t = gLocaleData->START_TIME; in RunTimeRoundTripTests()
619 while (t < gLocaleData->END_TIME) { in RunTimeRoundTripTests()
661 gLocaleData->testCounts++; in RunTimeRoundTripTests()
670 …) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + gLocaleData->locales[locidx… in RunTimeRoundTripTests()
681 … + ", locale=" + gLocaleData->locales[locidx].getName() + ", pattern=" + PATTERNS[patidx] in RunTimeRoundTripTests()
685 … && !isSpecialTimeRoundTripCase(gLocaleData->locales[locidx].getName(), *tzid, in RunTimeRoundTripTests()
709 gLocaleData->addTime(elapsedTime, patidx); in RunTimeRoundTripTests()