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/
H A Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
H A 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()
H A 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()
H A Dhash.h108 * @see uhash_nextElement
246 return uhash_nextElement(hash, &pos); in nextElement()
H A Duhash.h55 * and uhash_nextElement() consistent with one another.
64 * To see everything in a hashtable, use uhash_nextElement() to
76 * uhash_nextElement be modified directly.
607 * Constant for use with uhash_nextElement
608 * @see uhash_nextElement
626 uhash_nextElement(const UHashtable *hash,
630 * Remove an element, returned by uhash_nextElement(), from the table.
633 * @param e The element, returned by uhash_nextElement(), to remove.
635 * as this was returned by uhash_nextElement() it will not be empty or
/third_party/node/deps/icu-small/source/common/
H A Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
H A 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()
H A 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()
H A Dhash.h108 * @see uhash_nextElement
246 return uhash_nextElement(hash, &pos); in nextElement()
H A Duhash.h55 * and uhash_nextElement() consistent with one another.
64 * To see everything in a hashtable, use uhash_nextElement() to
76 * uhash_nextElement be modified directly.
607 * Constant for use with uhash_nextElement
608 * @see uhash_nextElement
626 uhash_nextElement(const UHashtable *hash,
630 * Remove an element, returned by uhash_nextElement(), from the table.
633 * @param e The element, returned by uhash_nextElement(), to remove.
635 * as this was returned by uhash_nextElement() it will not be empty or
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
H A 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()
H A 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()
H A Dhash.h108 * @see uhash_nextElement
246 return uhash_nextElement(hash, &pos); in nextElement()
H A Duhash.h55 * and uhash_nextElement() consistent with one another.
64 * To see everything in a hashtable, use uhash_nextElement() to
76 * uhash_nextElement be modified directly.
607 * Constant for use with uhash_nextElement
608 * @see uhash_nextElement
626 uhash_nextElement(const UHashtable *hash,
630 * Remove an element, returned by uhash_nextElement(), from the table.
633 * @param e The element, returned by uhash_nextElement(), to remove.
635 * as this was returned by uhash_nextElement() it will not be empty or
/third_party/icu/icu4c/source/i18n/
H A Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
H A 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()
H A Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
/third_party/node/deps/icu-small/source/i18n/
H A Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
H A 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()
H A Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drepattrn.cpp141 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
854 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
H A 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()
H A Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c264 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()

Completed in 30 milliseconds

123