Searched refs:gObjectsCreated (Results 1 – 1 of 1) sorted by relevance
1337 static int32_t gObjectsCreated = 0; // protected by gCTMutex variable1369 bool firstObject = (gObjectsCreated == 0); in createObject()1377 gObjectsCreated = 1; in createObject()1378 while (gObjectsCreated < 3) { in createObject()1396 gObjectsCreated += 1; in createObject()1472 gObjectsCreated = 0; in TestUnifiedCache()1493 if (gObjectsCreated < 8) { in TestUnifiedCache()1500 if (gObjectsCreated > 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)) { in TestUnifiedCache()1501 … Too many objects created, got %d, expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * CACHE_LO… in TestUnifiedCache()