Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
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.h91 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);
Dunifiedcache.cpp151 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()
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()
Dunifiedcache.h24 struct UHashElement;
316 const UHashElement *element,
320 const UHashElement *element,
323 static UBool _inProgress(const UHashElement *element);
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()
592 const UHashElement* element = NULL; in deleteHash()
655 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.cpp418 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()
Dtznames.cpp85 const UHashElement* elem; in sweepCache()
Dtransreg.cpp732 const UHashElement *e = 0; in getAvailableSource()
761 const UHashElement *e = 0; in getAvailableTarget()
Ddecimfmt.cpp639 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;
Dregion.cpp314 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