/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() 241 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
|
D | rbbistbl.cpp | 238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | uhash.cpp | 601 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) { in uhash_close() 833 while ((e = uhash_nextElement(hash, &pos)) != NULL) { in uhash_removeAll() 873 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function 983 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
|
D | hash.h | 246 return uhash_nextElement(hash, &pos); in nextElement()
|
D | uhash.h | 626 uhash_nextElement(const UHashtable *hash,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() 241 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
|
D | rbbistbl.cpp | 238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | uhash.cpp | 601 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) { in uhash_close() 833 while ((e = uhash_nextElement(hash, &pos)) != NULL) { in uhash_removeAll() 873 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function 983 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
|
D | hash.h | 246 return uhash_nextElement(hash, &pos); in nextElement()
|
D | uhash.h | 626 uhash_nextElement(const UHashtable *hash,
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != nullptr; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() 241 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
|
D | rbbistbl.cpp | 238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | uhash.cpp | 601 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != nullptr) { in uhash_close() 833 while ((e = uhash_nextElement(hash, &pos)) != nullptr) { in uhash_removeAll() 873 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function 983 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
|
D | hash.h | 246 return uhash_nextElement(hash, &pos); in nextElement()
|
D | uhash.h | 626 uhash_nextElement(const UHashtable *hash,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | repattrn.cpp | 141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
|
D | msgfmt.cpp | 422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==() 423 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() 1345 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects() 1363 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
|
D | tznames.cpp | 90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
|
/third_party/icu/icu4c/source/i18n/ |
D | repattrn.cpp | 141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
|
D | msgfmt.cpp | 422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==() 423 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() 1347 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects() 1365 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | repattrn.cpp | 141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
|
D | msgfmt.cpp | 422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==() 423 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() 1348 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects() 1366 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
|
D | tznames.cpp | 90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
D | store.c | 263 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
|
/third_party/icu/icu4c/source/tools/gensprep/ |
D | store.c | 264 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
|