Searched refs:fEvictPos (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 99 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()
|
D | unifiedcache.h | 349 mutable int32_t fEvictPos; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 96 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()
|
D | unifiedcache.h | 349 mutable int32_t fEvictPos; variable
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 99 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()
|
D | unifiedcache.h | 349 mutable int32_t fEvictPos; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 99 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()
|
D | unifiedcache.h | 349 mutable int32_t fEvictPos; variable
|