/external/icu/icu4c/source/common/ |
D | uhash.cpp | 143 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement() 183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement() 214 UHashElement *p, *limit; in _uhash_allocate() 224 p = hash->elements = (UHashElement*) in _uhash_allocate() 225 uprv_malloc(sizeof(UHashElement) * hash->length); in _uhash_allocate() 332 static UHashElement* 340 UHashElement *elements = hash->elements; in _uhash_find() 397 UHashElement *old = hash->elements; in _uhash_rehash() 424 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode); in _uhash_rehash() 448 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key)); in _uhash_remove() [all …]
|
D | unifiedcache.cpp | 193 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 233 const UHashElement * 235 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() 247 const UHashElement *element = _nextElement(); in _flush() 279 const UHashElement *element = _nextElement(); in _runEvictionSlice() 326 const UHashElement *element = uhash_find(fHashtable, &key); in _putIfAbsentAndGet() 351 const UHashElement *element = uhash_find(fHashtable, &key); in _poll() 412 const UHashElement *element, in _put() 423 UHashElement *ptr = const_cast<UHashElement *>(element); in _put() 434 const UHashElement *element, in _fetch() [all …]
|
D | uhash.h | 96 struct UHashElement { struct 102 typedef struct UHashElement UHashElement; argument 141 UHashElement *elements; 509 U_CAPI const UHashElement* U_EXPORT2 532 U_CAPI const UHashElement* U_EXPORT2 548 uhash_removeElement(UHashtable *hash, const UHashElement* e);
|
D | unifiedcache.h | 26 struct UHashElement; 445 const UHashElement *_nextElement() const; 487 const UHashElement *element, 532 void _fetch(const UHashElement *element, const SharedObject *&value, 539 UBool _inProgress(const UHashElement *element) const; 551 UBool _isEvictable(const UHashElement *element) const;
|
D | hash.h | 98 const UHashElement* find(const UnicodeString& key) const; 104 const UHashElement* nextElement(int32_t& pos) const; 222 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { in find() 226 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const { in nextElement()
|
D | caniter.cpp | 298 const UHashElement *ne = NULL; in permute() 363 const UHashElement *ne = NULL; in getEquivalents() 374 const UHashElement *ne2 = NULL; in getEquivalents() 469 const UHashElement *ne = remainder.nextElement(el); in getEquivalents2()
|
D | servlkf.cpp | 76 const UHashElement* elem = NULL; in updateVisibleIDs()
|
D | serv.cpp | 624 const UHashElement* e = map->nextElement(pos); in getVisibleIDs() 766 const UHashElement* entry = NULL; in getDisplayNames() 793 const UHashElement *entry = NULL; in getDisplayNames()
|
D | rbbistbl.cpp | 236 const UHashElement *e = NULL; in rbbiSymtablePrint()
|
D | stringtriebuilder.cpp | 328 const UHashElement *old=uhash_find(nodes, newNode); in registerNode() 353 const UHashElement *old=uhash_find(nodes, &key); in registerFinalValue()
|
D | usprep.cpp | 145 const UHashElement *e; in usprep_internal_flushCache()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_data.cpp | 48 const UHashElement *e; in TransliterationRuleData()
|
D | dtitvinf.cpp | 594 const UHashElement* elem = NULL; in getBestSkeleton() 702 const UHashElement* element = NULL; in deleteHash() 765 const UHashElement* element = NULL; in copyHash()
|
D | currpinf.cpp | 388 const UHashElement* element = nullptr; in deleteHash() 419 const UHashElement* element = nullptr; in copyHash()
|
D | tmutfmt.cpp | 196 const UHashElement* elem = NULL; in parseObject() 695 const UHashElement* element = NULL; in deleteHash() 716 const UHashElement* element = NULL; in copyHash()
|
D | repattrn.cpp | 142 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =() 842 const UHashElement *el = NULL; 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 | 87 const UHashElement* elem; in sweepCache()
|
D | transreg.cpp | 759 const UHashElement *e = 0; in getAvailableSource() 788 const UHashElement *e = 0; in getAvailableTarget()
|
D | region.cpp | 376 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | tznames_impl.cpp | 1412 const UHashElement* element; in addAllNamesIntoTrie() 1491 const UHashElement* element; in load()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 655 const UHashElement *he=fNames.find(s); in intern() 669 const UHashElement *he=fNames.find(s); in findName()
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 266 const UHashElement *ne = NULL; in collectionToString()
|
D | rbbimonkeytest.cpp | 348 const UHashElement *el = NULL; in compileRules()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 242 const UHashElement* element = NULL; in storeMappingData()
|