Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Didentifier_info.cpp171 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()
Drepattrn.cpp138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
870 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
Dmsgfmt.cpp419 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()
Dcompactdecimalformat.cpp920 const UHashElement* element = uhash_nextElement(result->unitsByVariant, &pos); in fillInMissing()
921 for (;element != NULL; element = uhash_nextElement(result->unitsByVariant, &pos)) { in fillInMissing()
Dtznames.cpp88 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) { in sweepCache()
Dregion.cpp367 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dtzgnames.cpp1196 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos))) { in sweepCache()
/external/icu/icu4c/source/common/
Dunifiedcache.cpp185 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()
Drbbistbl.cpp236 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
Duhash.c580 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()
Dhash.h191 return uhash_nextElement(hash, &pos); in nextElement()
Duhash.h512 uhash_nextElement(const UHashtable *hash,
Dusprep.cpp154 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) in usprep_internal_flushCache()
Ducnv_bld.cpp1068 while ((e = uhash_nextElement (SHARED_DATA_HASHTABLE, &pos)) != NULL) in ucnv_flushCache()
Duresbund.cpp191 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/
Dstore.c260 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
/external/icu/icu4c/source/common/unicode/
Durename.h951 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp1539 array[i] = (StringResource *)uhash_nextElement(stringSet, &pos)->key.pointer; in compactStringsV2()