Searched refs:gObjectsCreated (Results 1 – 1 of 1) sorted by relevance
1068 static int32_t gObjectsCreated = 0; // protected by gCTMutex variable1105 firstObject = (gObjectsCreated == 0); in createObject()1113 gObjectsCreated = 1; in createObject()1114 while (gObjectsCreated < 3) { in createObject()1133 gObjectsCreated += 1; in createObject()1201 gObjectsCreated = 0; in TestUnifiedCache()1222 if (gObjectsCreated < 8) { in TestUnifiedCache()1229 if (gObjectsCreated > 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)) { in TestUnifiedCache()1230 … Too many objects created, got %d, expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * CACHE_LO… in TestUnifiedCache()