Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp193 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents()
196 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents()
235 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
238 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.cpp598 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) { in uhash_close()
781 while ((e = uhash_nextElement(hash, &pos)) != NULL) { in uhash_removeAll()
798 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function
908 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
Dhash.h227 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h533 uhash_nextElement(const UHashtable *hash,
Dusprep.cpp158 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) in usprep_internal_flushCache()
Ducnv_bld.cpp1075 while ((e = uhash_nextElement (SHARED_DATA_HASHTABLE, &pos)) != NULL) in ucnv_flushCache()
Duresbund.cpp193 while ((e = uhash_nextElement(cache, &pos)) != NULL) in ures_flushCache()
238 while ((e = uhash_nextElement(cache, &pos)) != NULL) { in ures_dumpCacheContents()
/external/icu/icu4c/source/i18n/
Drepattrn.cpp142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
843 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 ==()
1340 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects()
1358 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
Dtznames_impl.cpp1415 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1424 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1492 while ((element = uhash_nextElement(keyToLoader, &pos)) != NULL) { in load()
Dregion.cpp376 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtzgnames.cpp1167 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos)) != NULL) { in sweepCache()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c262 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp349 while ((el = uhash_nextElement(fCharClasses.getAlias(), &pos)) != NULL) { in compileRules()
/external/icu/libandroidicu/include/unicode/
Durename.h973 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/common/unicode/
Durename.h973 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp1541 array[i] = (StringResource *)uhash_nextElement(stringSet, &pos)->key.pointer; in compactStringsV2()