Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp187 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents()
190 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents()
228 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
231 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.c582 while ((e = (UHashElement*) uhash_nextElement(hash, &pos)) != NULL) { in uhash_close()
765 while ((e = uhash_nextElement(hash, &pos)) != NULL) { in uhash_removeAll()
782 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement() function
892 const UHashElement* elem1 = uhash_nextElement(hash1, &pos); in uhash_equals()
Dhash.h193 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h514 uhash_nextElement(const UHashtable *hash,
Dusprep.cpp156 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) in usprep_internal_flushCache()
Ducnv_bld.cpp1070 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/
Dcompactdecimalformat.cpp880 while ((element = uhash_nextElement(result->unitsByVariant, &pos)) != NULL) { in checkForOtherVariants()
926 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos); in fillInMissing()
927 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) { in fillInMissing()
Drepattrn.cpp142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
843 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
Dmsgfmt.cpp421 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
422 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==()
1339 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects()
1357 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
Dtznames.cpp90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) { in sweepCache()
Dtznames_impl.cpp1409 while ((element = uhash_nextElement(fMZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1418 while ((element = uhash_nextElement(fTZNamesMap, &pos)) != NULL) { in addAllNamesIntoTrie()
1486 while ((element = uhash_nextElement(keyToLoader, &pos)) != NULL) { in load()
Dregion.cpp368 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtzgnames.cpp1166 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos))) { 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.cpp341 while ((el = uhash_nextElement(fCharClasses.getAlias(), &pos)) != NULL) { in compileRules()
/external/icu/icu4c/source/common/unicode/
Durename.h956 #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()