Home
last modified time | relevance | path

Searched refs:UHashElement (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/common/
Dunifiedcache.cpp185 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents()
224 const UHashElement *
226 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
244 const UHashElement *element = _nextElement(); in _flush()
280 const UHashElement *element = _nextElement(); in _runEvictionSlice()
336 const UHashElement *element = uhash_find(fHashtable, &key); in _putIfAbsentAndGet()
369 const UHashElement *element = uhash_find(fHashtable, &key); in _poll()
452 const UHashElement *element, in _put()
463 UHashElement *ptr = const_cast<UHashElement *>(element); in _put()
502 const UHashElement *element, in _fetch()
[all …]
Duhash.c141 _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 …]
Duhash.h94 struct UHashElement { struct
100 typedef struct UHashElement UHashElement; argument
139 UHashElement *elements;
488 U_CAPI const UHashElement* U_EXPORT2
511 U_CAPI const UHashElement* U_EXPORT2
527 uhash_removeElement(UHashtable *hash, const UHashElement* e);
Dunifiedcache.h24 struct UHashElement;
374 const UHashElement *_nextElement() const;
380 const UHashElement *element,
389 const UHashElement *element,
392 static UBool _inProgress(const UHashElement *element);
395 static UBool _isEvictable(const UHashElement *element);
Dhash.h86 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()
Dcaniter.cpp296 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()
Dservlkf.cpp74 const UHashElement* elem = NULL; in updateVisibleIDs()
Dserv.cpp623 const UHashElement* e = map->nextElement(pos); in getVisibleIDs()
765 const UHashElement* entry = NULL; in getDisplayNames()
792 const UHashElement *entry = NULL; in getDisplayNames()
Drbbistbl.cpp234 const UHashElement *e = NULL; in rbbiSymtablePrint()
Dstringtriebuilder.cpp326 const UHashElement *old=uhash_find(nodes, newNode); in registerNode()
351 const UHashElement *old=uhash_find(nodes, &key); in registerFinalValue()
Dusprep.cpp141 const UHashElement *e; in usprep_internal_flushCache()
/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()
Ddtitvinf.cpp487 const UHashElement* elem = NULL; in getBestSkeleton()
595 const UHashElement* element = NULL; in deleteHash()
658 const UHashElement* element = NULL; in copyHash()
Drbt_data.cpp46 const UHashElement *e; in TransliterationRuleData()
Dcurrpinf.cpp342 const UHashElement* element = NULL; in deleteHash()
380 const UHashElement* element = NULL; in copyHash()
Dtmutfmt.cpp193 const UHashElement* elem = NULL; in parseObject()
690 const UHashElement* element = NULL; in deleteHash()
711 const UHashElement* element = NULL; in copyHash()
Drepattrn.cpp138 while (const UHashElement *hashEl = uhash_nextElement(other.fNamedCaptureMap, &hashPos)) { in operator =()
869 const UHashElement *el = NULL; 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()
Dtznames.cpp85 const UHashElement* elem; in sweepCache()
Dtransreg.cpp732 const UHashElement *e = 0; in getAvailableSource()
761 const UHashElement *e = 0; in getAvailableTarget()
Ddecimfmt.cpp545 const UHashElement* element = NULL; in setupCurrencyAffixPatterns()
1092 const UHashElement* element = NULL; in parseForCurrency()
2990 const UHashElement* element = NULL; in deleteHashForAffixPattern()
3009 const UHashElement* element = NULL; in copyHashForAffixPattern()
Dregion.cpp367 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp653 const UHashElement *he=fNames.find(s); in intern()
667 const UHashElement *he=fNames.find(s); in findName()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp265 const UHashElement *ne = NULL; in collectionToString()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c240 const UHashElement* element = NULL; in storeMappingData()

12