Searched refs:prefixLookup (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Ducol_elm.h112 UHashtable *prefixLookup; member in struct:__anon5891
H A Ducol_elm.cpp156 t->prefixLookup = uhash_open(prefixLookupHash, prefixLookupComp, NULL, status);
160 uhash_setValueDeleter(t->prefixLookup, uhash_freeBlock);
247 r->prefixLookup = NULL; // prefixes are not used in closing
395 if(t->prefixLookup != NULL) {
396 uhash_close(t->prefixLookup);
794 if(t->prefixLookup != NULL) {
800 while((e = uhash_nextElement(t->prefixLookup, &i)) != NULL) {
1262 if(t->prefixLookup != NULL) {
1263 UCAElements *uCE = (UCAElements *)uhash_get(t->prefixLookup, element);
1276 uhash_put(t->prefixLookup, uC
[all...]
H A Ducol_bld.cpp1231 UCAElements *prefixEnt=(UCAElements *)uhash_get(t->prefixLookup, &elm);

Completed in 30 milliseconds