Lines Matching refs:throwAway
219 const UCTItem *throwAway = NULL; in TestBounded() local
220 cache.get(LocaleCacheKey<UCTItem>("zn_AA"), &cache, throwAway, status); in TestBounded()
221 cache.get(LocaleCacheKey<UCTItem>("sr_AA"), &cache, throwAway, status); in TestBounded()
222 cache.get(LocaleCacheKey<UCTItem>("de_AU"), &cache, throwAway, status); in TestBounded()
224 const UCTItem *deAu(throwAway); in TestBounded()
236 cache.get(LocaleCacheKey<UCTItem>("en"), &cache, throwAway, status); in TestBounded()
237 if (throwAway != en) { in TestBounded()
240 cache.get(LocaleCacheKey<UCTItem>("en_US"), &cache, throwAway, status); in TestBounded()
241 if (throwAway != enUs) { in TestBounded()
244 cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache, throwAway, status); in TestBounded()
245 if (throwAway != enGb) { in TestBounded()
248 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, throwAway, status); in TestBounded()
249 if (throwAway != frFr) { in TestBounded()
252 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, throwAway, status); in TestBounded()
253 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, throwAway, status); in TestBounded()
254 if (throwAway != fr) { in TestBounded()
257 cache.get(LocaleCacheKey<UCTItem>("de_AU"), &cache, throwAway, status); in TestBounded()
258 if (throwAway != deAu) { in TestBounded()
284 SharedObject::clearPtr(throwAway); in TestBounded()