HomeSort by relevance Sort by last modified time
    Searched refs:UHashElement (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/common/
uhash.h 56 * UHashElement pointer. A hash element contains a key, value, and
62 * should the UHashElement returned by uhash_nextElement be modified
90 struct UHashElement {
96 typedef struct UHashElement UHashElement;
135 UHashElement *elements;
484 U_CAPI const UHashElement* U_EXPORT2
500 U_CAPI const UHashElement* U_EXPORT2
516 uhash_removeElement(UHashtable *hash, const UHashElement* e);
hash.h 86 const UHashElement* find(const UnicodeString& key) const;
88 const UHashElement* nextElement(int32_t& pos) const;
182 inline const UHashElement* Hashtable::find(const UnicodeString& key) const {
186 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const {
uhash.c 141 _uhash_setElement(UHashtable *hash, UHashElement* e,
181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) {
212 UHashElement *p, *limit;
222 p = hash->elements = (UHashElement*)
223 uprv_malloc(sizeof(UHashElement) * hash->length);
330 static UHashElement*
338 UHashElement *elements = hash->elements;
395 UHashElement *old = hash->elements;
422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
446 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key))
    [all...]
caniter.cpp 296 const UHashElement *ne = NULL;
361 const UHashElement *ne = NULL;
372 const UHashElement *ne2 = NULL;
467 const UHashElement *ne = remainder.nextElement(el);
servlkf.cpp 75 const UHashElement* elem = NULL;
rbbistbl.cpp 234 const UHashElement *e = NULL;
stringtriebuilder.cpp 326 const UHashElement *old=uhash_find(nodes, newNode);
351 const UHashElement *old=uhash_find(nodes, &key);
serv.cpp 623 const UHashElement* e = map->nextElement(pos);
765 const UHashElement* entry = NULL;
792 const UHashElement *entry = NULL;
usprep.cpp 139 const UHashElement *e;
uresbund.cpp 171 const UHashElement *e;
222 const UHashElement *e;
    [all...]
ucnv_bld.cpp     [all...]
  /external/icu4c/i18n/
rbt_data.cpp 46 const UHashElement *e;
currpinf.cpp 342 const UHashElement* element = NULL;
380 const UHashElement* element = NULL;
dtitvinf.cpp 485 const UHashElement* elem = NULL;
590 const UHashElement* element = NULL;
653 const UHashElement* element = NULL;
tmutfmt.cpp 261 const UHashElement* elem = NULL;
778 const UHashElement* elem = NULL;
793 const UHashElement* element = NULL;
    [all...]
msgfmt.cpp 408 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
409 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
    [all...]
tznames.cpp 91 const UHashElement* elem;
transreg.cpp 732 const UHashElement *e = 0;
761 const UHashElement *e = 0;
    [all...]
decimfmt.cpp 578 const UHashElement* element = NULL;
    [all...]
colldata.cpp 609 const UHashElement *element;
rbt_pars.cpp     [all...]
tzgnames.cpp     [all...]
  /external/icu4c/test/intltest/
canittst.cpp 265 const UHashElement *ne = NULL;
  /external/icu4c/tools/toolutil/
xmlparser.cpp 653 const UHashElement *he=fNames.find(s);
667 const UHashElement *he=fNames.find(s);
  /external/icu4c/tools/gensprep/
store.c 240 const UHashElement* element = NULL;

Completed in 1068 milliseconds

1 2