HomeSort by relevance Sort by last modified time
    Searched refs:prefixLookup (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 112 UHashtable *prefixLookup;
ucol_elm.cpp 156 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) {
    [all...]
ucol_bld.cpp     [all...]
  /external/icu4c/i18n/
ucol_elm.h 112 UHashtable *prefixLookup;
ucol_elm.cpp 158 t->prefixLookup = uhash_open(prefixLookupHash, prefixLookupComp, NULL, status);
162 uhash_setValueDeleter(t->prefixLookup, uprv_free);
249 r->prefixLookup = NULL; // prefixes are not used in closing
397 if(t->prefixLookup != NULL) {
398 uhash_close(t->prefixLookup);
804 if(t->prefixLookup != NULL) {
809 while((e = uhash_nextElement(t->prefixLookup, &i)) != NULL) {
    [all...]
ucol_bld.cpp     [all...]

Completed in 51 milliseconds