Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp99 fEvictPos(UHASH_FIRST), in UnifiedCache()
238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
240 fEvictPos = UHASH_FIRST; in _nextElement()
241 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
Dunifiedcache.h349 mutable int32_t fEvictPos; variable
/external/icu/libicu/cts_headers/
Dunifiedcache.h349 mutable int32_t fEvictPos; variable