Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp104 fEvictPos(UHASH_FIRST), in UnifiedCache()
226 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
228 fEvictPos = UHASH_FIRST; in _nextElement()
229 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
Dunifiedcache.h348 mutable int32_t fEvictPos; variable