Home
last modified time | relevance | path

Searched refs:throwAway (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp219 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()
[all …]