Searched refs:uhash_nextElement (Results 1 – 18 of 18) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | identifier_info.cpp | 171 const UHashElement *nextHashEl = uhash_nextElement(fScriptSetSet, &it); in setIdentifier() 183 const UHashElement *otherHashEl = uhash_nextElement(fScriptSetSet, &otherIt); in setIdentifier() 273 const UHashElement *hashEl = uhash_nextElement(fScriptSetSet, &iter); in containsWithAlternates() 291 const UHashElement *el = uhash_nextElement(alternates, &pos); in displayAlternates()
|
D | repattrn.cpp | 138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 870 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
|
D | msgfmt.cpp | 419 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==() 420 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() 1337 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects() 1355 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
|
D | compactdecimalformat.cpp | 920 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos); in fillInMissing() 921 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) { in fillInMissing()
|
D | tznames.cpp | 88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) { in sweepCache()
|
D | region.cpp | 367 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | tzgnames.cpp | 1196 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos))) { in sweepCache()
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 185 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 188 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 226 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() 229 return uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
|
D | rbbistbl.cpp | 236 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | uhash.c | 580 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) { in uhash_close() 763 while ((e = uhash_nextElement(hash, &pos)) != NULL) { in uhash_removeAll() 780 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function 890 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
|
D | hash.h | 191 return uhash_nextElement(hash, &pos); in nextElement()
|
D | uhash.h | 512 uhash_nextElement(const UHashtable *hash,
|
D | usprep.cpp | 154 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) in usprep_internal_flushCache()
|
D | ucnv_bld.cpp | 1068 while ((e = uhash_nextElement (SHARED_DATA_HASHTABLE, &pos)) != NULL) in ucnv_flushCache()
|
D | uresbund.cpp | 191 while ((e = uhash_nextElement(cache, &pos)) != NULL) in ures_flushCache() 236 while ((e = uhash_nextElement(cache, &pos)) != NULL) { in ures_dumpCacheContents()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 951 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1539 array[i] = (StringResource *)uhash_nextElement(stringSet, &pos)->key.pointer; in compactStringsV2()
|