Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/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
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp96 fEvictPos(UHASH_FIRST), in UnifiedCache()
235 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
237 fEvictPos = UHASH_FIRST; in _nextElement()
238 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
Dunifiedcache.h349 mutable int32_t fEvictPos; variable
/third_party/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
/third_party/node/deps/icu-small/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