/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; 154 UHashElement *elements; 503 U_CAPI const UHashElement* U_EXPORT2 519 U_CAPI const UHashElement* U_EXPORT2 535 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 | 292 const UHashElement *ne = NULL; 357 const UHashElement *ne = NULL; 368 const UHashElement *ne2 = NULL; 462 const UHashElement *ne = remainder.nextElement(el);
|
servlkf.cpp | 75 const UHashElement* elem = NULL;
|
rbbistbl.cpp | 234 const UHashElement *e = NULL;
|
serv.cpp | 623 const UHashElement* e = map->nextElement(pos); 764 const UHashElement* entry = NULL; 792 const UHashElement *entry = NULL;
|
usprep.cpp | 138 const UHashElement *e;
|
ucnv_bld.c | [all...] |
uresbund.c | 163 const UHashElement *e; [all...] |
/external/icu4c/i18n/ |
rbt_data.cpp | 46 const UHashElement *e;
|
currpinf.cpp | 318 const UHashElement* element = NULL; 353 const UHashElement* element = NULL;
|
dtitvinf.cpp | 453 const UHashElement* elem = NULL; 558 const UHashElement* element = NULL; 619 const UHashElement* element = NULL;
|
tmutfmt.cpp | 259 const UHashElement* elem = NULL; 736 const UHashElement* elem = NULL; 750 const UHashElement* element = NULL; 771 const UHashElement* element = NULL; [all...] |
plurfmt.cpp | 517 const UHashElement* elem = NULL;
|
transreg.cpp | 730 const UHashElement *e = 0; 759 const UHashElement *e = 0; [all...] |
decimfmt.cpp | 546 const UHashElement* element = NULL; [all...] |
colldata.cpp | 604 const UHashElement *element;
|
rbt_pars.cpp | [all...] |
dtptngen.cpp | [all...] |
ucol_elm.cpp | 795 const UHashElement *e = NULL; [all...] |
/external/icu4c/test/intltest/ |
canittst.cpp | 261 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;
|