/external/icu/icu4c/source/common/ |
D | uhash.c | 141 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 212 UHashElement *p, *limit; in _uhash_allocate() 222 p = hash->elements = (UHashElement*) in _uhash_allocate() 223 uprv_malloc(sizeof(UHashElement) * hash->length); in _uhash_allocate() 330 static UHashElement* 338 UHashElement *elements = hash->elements; in _uhash_find() 395 UHashElement *old = hash->elements; in _uhash_rehash() 422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); in _uhash_rehash() 446 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key)); in _uhash_remove() [all …]
|
D | uhash.h | 91 struct UHashElement { struct 97 typedef struct UHashElement UHashElement; argument 136 UHashElement *elements; 485 U_CAPI const UHashElement* U_EXPORT2 508 U_CAPI const UHashElement* U_EXPORT2 524 uhash_removeElement(UHashtable *hash, const UHashElement* e);
|
D | unifiedcache.cpp | 151 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 197 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _flush() 248 const UHashElement *element = uhash_find(fHashtable, &key); in _putIfAbsentAndGet() 278 const UHashElement *element = uhash_find(fHashtable, &key); in _poll() 334 const UHashElement *element, in _put() 342 UHashElement *ptr = const_cast<UHashElement *>(element); in _put() 359 const UHashElement *element, in _fetch() 370 UBool UnifiedCache::_inProgress(const UHashElement *element) { in _inProgress()
|
D | hash.h | 86 const UHashElement* find(const UnicodeString& key) const; 92 const UHashElement* nextElement(int32_t& pos) const; 186 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { in find() 190 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const { in nextElement()
|
D | unifiedcache.h | 24 struct UHashElement; 316 const UHashElement *element, 320 const UHashElement *element, 323 static UBool _inProgress(const UHashElement *element);
|
D | caniter.cpp | 296 const UHashElement *ne = NULL; in permute() 361 const UHashElement *ne = NULL; in getEquivalents() 372 const UHashElement *ne2 = NULL; in getEquivalents() 467 const UHashElement *ne = remainder.nextElement(el); in getEquivalents2()
|
D | servlkf.cpp | 74 const UHashElement* elem = NULL; in updateVisibleIDs()
|
D | serv.cpp | 623 const UHashElement* e = map->nextElement(pos); in getVisibleIDs() 765 const UHashElement* entry = NULL; in getDisplayNames() 792 const UHashElement *entry = NULL; in getDisplayNames()
|
D | rbbistbl.cpp | 234 const UHashElement *e = NULL; in rbbiSymtablePrint()
|
D | stringtriebuilder.cpp | 326 const UHashElement *old=uhash_find(nodes, newNode); in registerNode() 351 const UHashElement *old=uhash_find(nodes, &key); in registerFinalValue()
|
D | usprep.cpp | 141 const UHashElement *e; in usprep_internal_flushCache()
|
/external/icu/icu4c/source/i18n/ |
D | identifier_info.cpp | 171 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()
|
D | dtitvinf.cpp | 487 const UHashElement* elem = NULL; in getBestSkeleton() 592 const UHashElement* element = NULL; in deleteHash() 655 const UHashElement* element = NULL; in copyHash()
|
D | rbt_data.cpp | 46 const UHashElement *e; in TransliterationRuleData()
|
D | currpinf.cpp | 342 const UHashElement* element = NULL; in deleteHash() 380 const UHashElement* element = NULL; in copyHash()
|
D | tmutfmt.cpp | 193 const UHashElement* elem = NULL; in parseObject() 690 const UHashElement* element = NULL; in deleteHash() 711 const UHashElement* element = NULL; in copyHash()
|
D | repattrn.cpp | 138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 869 const UHashElement *el = NULL; in dumpPattern()
|
D | msgfmt.cpp | 418 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==() 419 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==() 1336 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); in copyObjects() 1354 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
|
D | tznames.cpp | 85 const UHashElement* elem; in sweepCache()
|
D | transreg.cpp | 732 const UHashElement *e = 0; in getAvailableSource() 761 const UHashElement *e = 0; in getAvailableTarget()
|
D | decimfmt.cpp | 639 const UHashElement* element = NULL; in setupCurrencyAffixPatterns() 2384 const UHashElement* element = NULL; 5340 const UHashElement* element = NULL; 5359 const UHashElement* element = NULL; 5378 const UHashElement* element = NULL; 5638 const UHashElement* element = NULL;
|
D | region.cpp | 314 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 653 const UHashElement *he=fNames.find(s); in intern() 667 const UHashElement *he=fNames.find(s); in findName()
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 265 const UHashElement *ne = NULL; in collectionToString()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 240 const UHashElement* element = NULL; in storeMappingData()
|