Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbistbl.cpp238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
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()
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.cpp157 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.cpp194 while ((e = uhash_nextElement(cache, &pos)) != NULL) in ures_flushCache()
237 while ((e = uhash_nextElement(cache, &pos)) != NULL) { in ures_dumpCacheContents()
/external/icu/libicu/cts_headers/
Dhash.h227 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h533 uhash_nextElement(const UHashtable *hash,
/external/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 ==()
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()
Dtznames_impl.cpp1419 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1428 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1496 while ((element = uhash_nextElement(keyToLoader, &pos)) != NULL) { in load()
Dregion.cpp371 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtzgnames.cpp1173 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos)) != NULL) { in sweepCache()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c263 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/libicu/cts_headers/unicode/
Durename.h989 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/common/unicode/
Durename.h989 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/libandroidicu/include/unicode/
Durename.h989 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h989 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp1586 array[i] = (StringResource *)uhash_nextElement(stringSet, &pos)->key.pointer; in compactStringsV2()