Searched refs:uhash_nextElement (Results 1 – 19 of 19) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 193 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()
|
D | rbbistbl.cpp | 238 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint() 251 e = uhash_nextElement(fHashTable, &pos); in rbbiSymtablePrint()
|
D | uhash.cpp | 598 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()
|
D | hash.h | 227 return uhash_nextElement(hash, &pos); in nextElement()
|
D | uhash.h | 533 uhash_nextElement(const UHashtable *hash,
|
D | usprep.cpp | 158 while ((e = uhash_nextElement(SHARED_DATA_HASHTABLE, &pos)) != NULL) in usprep_internal_flushCache()
|
D | ucnv_bld.cpp | 1075 while ((e = uhash_nextElement (SHARED_DATA_HASHTABLE, &pos)) != NULL) in ucnv_flushCache()
|
D | uresbund.cpp | 193 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/ |
D | repattrn.cpp | 142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 843 while ((el = uhash_nextElement(fNamedCaptureMap, &pos))) { in dumpPattern()
|
D | msgfmt.cpp | 422 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()
|
D | tznames.cpp | 90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos)) != 0) { in sweepCache()
|
D | tznames_impl.cpp | 1415 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()
|
D | region.cpp | 376 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | tzgnames.cpp | 1167 while ((elem = uhash_nextElement(gTZGNCoreCache, &pos)) != NULL) { in sweepCache()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 262 while( (element = uhash_nextElement(hashTable, &pos))!=NULL){ in storeMappingData()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 349 while ((el = uhash_nextElement(fCharClasses.getAlias(), &pos)) != NULL) { in compileRules()
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 973 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 973 #define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) macro
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1541 array[i] = (StringResource *)uhash_nextElement(stringSet, &pos)->key.pointer; in compactStringsV2()
|