Searched refs:throwAway (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | unifiedcachetest.cpp | 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() [all …]
|