Lines Matching refs:throwAway
217 const UCTItem *throwAway = NULL; in TestBounded() local
218 cache.get(LocaleCacheKey<UCTItem>("zn_AA"), &cache, throwAway, status); in TestBounded()
219 cache.get(LocaleCacheKey<UCTItem>("sr_AA"), &cache, throwAway, status); in TestBounded()
220 cache.get(LocaleCacheKey<UCTItem>("de_AU"), &cache, throwAway, status); in TestBounded()
222 const UCTItem *deAu(throwAway); in TestBounded()
234 cache.get(LocaleCacheKey<UCTItem>("en"), &cache, throwAway, status); in TestBounded()
235 if (throwAway != en) { in TestBounded()
238 cache.get(LocaleCacheKey<UCTItem>("en_US"), &cache, throwAway, status); in TestBounded()
239 if (throwAway != enUs) { in TestBounded()
242 cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache, throwAway, status); in TestBounded()
243 if (throwAway != enGb) { in TestBounded()
246 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, throwAway, status); in TestBounded()
247 if (throwAway != frFr) { in TestBounded()
250 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, throwAway, status); in TestBounded()
251 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, throwAway, status); in TestBounded()
252 if (throwAway != fr) { in TestBounded()
255 cache.get(LocaleCacheKey<UCTItem>("de_AU"), &cache, throwAway, status); in TestBounded()
256 if (throwAway != deAu) { in TestBounded()
282 SharedObject::clearPtr(throwAway); in TestBounded()