Home
last modified time | relevance | path

Searched refs:uhash_nextElement (Results 1 – 25 of 51) sorted by relevance

123

/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp196 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()
Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
Duhash.cpp601 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()
Dhash.h246 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h626 uhash_nextElement(const UHashtable *hash,
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp196 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()
Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
Duhash.cpp601 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()
Dhash.h246 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h626 uhash_nextElement(const UHashtable *hash,
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp196 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()
Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
Duhash.cpp601 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()
Dhash.h246 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h626 uhash_nextElement(const UHashtable *hash,
/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
Dmsgfmt.cpp422 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()
Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
Dmsgfmt.cpp422 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/
Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
Dmsgfmt.cpp422 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()
Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c263 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
/third_party/icu/icu4c/source/tools/gensprep/
Dstore.c264 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()

123