Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1330 static const char *gCacheLocales[] = { variable
1474 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache()
1476 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()
1479 &cache, gCacheLocales[j], gCacheLocales2[j]); in TestUnifiedCache()
1485 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()
1500 if (gObjectsCreated > 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)) { in TestUnifiedCache()
1501 … expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)); in TestUnifiedCache()
1509 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()