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 54 * UHashElement pointer. A hash element contains a key, value, and
60 * should the UHashElement returned by uhash_nextElement be modified
97 struct UHashElement {
103 typedef struct UHashElement UHashElement;
155 UHashElement *elements;
504 U_CAPI const UHashElement* U_EXPORT2
520 U_CAPI const UHashElement* U_EXPORT2
536 uhash_removeElement(UHashtable *hash, const UHashElement* e);
hash.h 85 const UHashElement* find(const UnicodeString& key) const;
87 const UHashElement* nextElement(int32_t& pos) const;
181 inline const UHashElement* Hashtable::find(const UnicodeString& key) const {
185 inline const UHashElement* Hashtable::nextElement(int32_t& pos) const {
uhash.c 140 _uhash_setElement(UHashtable *hash, UHashElement* e,
180 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) {
211 UHashElement *p, *limit;
221 p = hash->elements = (UHashElement*)
222 uprv_malloc(sizeof(UHashElement) * hash->length);
329 static UHashElement*
337 UHashElement *elements = hash->elements;
394 UHashElement *old = hash->elements;
421 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
445 UHashElement* e = _uhash_find(hash, key, hash->keyHasher(key))
    [all...]
caniter.cpp 295 const UHashElement *ne = NULL;
360 const UHashElement *ne = NULL;
371 const UHashElement *ne2 = NULL;
466 const UHashElement *ne = remainder.nextElement(el);
servlkf.cpp 75 const UHashElement* elem = NULL;
rbbistbl.cpp 234 const UHashElement *e = NULL;
stringtriebuilder.cpp 325 const UHashElement *old=uhash_find(nodes, newNode);
350 const UHashElement *old=uhash_find(nodes, &key);
serv.cpp 619 const UHashElement* e = map->nextElement(pos);
759 const UHashElement* entry = NULL;
787 const UHashElement *entry = NULL;
usprep.cpp 139 const UHashElement *e;
uresbund.c 171 const UHashElement *e;
222 const UHashElement *e;
    [all...]
ucnv_bld.c     [all...]
  /external/icu4c/i18n/
rbt_data.cpp 46 const UHashElement *e;
currpinf.cpp 330 const UHashElement* element = NULL;
369 const UHashElement* element = NULL;
dtitvinf.cpp 459 const UHashElement* elem = NULL;
564 const UHashElement* element = NULL;
627 const UHashElement* element = NULL;
tmutfmt.cpp 259 const UHashElement* elem = NULL;
760 const UHashElement* elem = NULL;
774 const UHashElement* element = NULL;
795 const UHashElement* element = NULL;
    [all...]
tznames.cpp 93 const UHashElement* elem;
msgfmt.cpp 402 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
403 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
    [all...]
tzfmt.cpp 360 const UHashElement* elem;
transreg.cpp 730 const UHashElement *e = 0;
759 const UHashElement *e = 0;
    [all...]
decimfmt.cpp 517 const UHashElement* element = NULL;
    [all...]
colldata.cpp 604 const UHashElement *element;
rbt_pars.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 262 milliseconds

1 2