Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducurr.cpp1371 static int8_t currentCacheEntryIndex = 0; variable
1458 cacheEntry = currCache[currentCacheEntryIndex]; in getCacheEntry()
1467 currCache[currentCacheEntryIndex] = cacheEntry; in getCacheEntry()
1474 currentCacheEntryIndex = (currentCacheEntryIndex + 1) % CURRENCY_NAME_CACHE_NUM; in getCacheEntry()