Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Ducurr.cpp1394 static int8_t currentCacheEntryIndex = 0; variable
1481 cacheEntry = currCache[currentCacheEntryIndex]; in getCacheEntry()
1490 currCache[currentCacheEntryIndex] = cacheEntry; in getCacheEntry()
1497 currentCacheEntryIndex = (currentCacheEntryIndex + 1) % CURRENCY_NAME_CACHE_NUM; in getCacheEntry()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp1394 static int8_t currentCacheEntryIndex = 0; variable
1481 cacheEntry = currCache[currentCacheEntryIndex]; in getCacheEntry()
1490 currCache[currentCacheEntryIndex] = cacheEntry; in getCacheEntry()
1497 currentCacheEntryIndex = (currentCacheEntryIndex + 1) % CURRENCY_NAME_CACHE_NUM; in getCacheEntry()
/third_party/skia/third_party/externals/icu/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()