Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1061 static const char *gCacheLocales[] = { variable
1203 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache()
1205 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()
1208 &cache, gCacheLocales[j], gCacheLocales2[j]); in TestUnifiedCache()
1214 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()
1229 if (gObjectsCreated > 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)) { in TestUnifiedCache()
1230 … expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)); in TestUnifiedCache()
1238 for (int32_t j=0; j<UPRV_LENGTHOF(gCacheLocales); ++j) { in TestUnifiedCache()