Home
last modified time | relevance | path

Searched refs:fSetTable (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Drbbiscan.cpp111 fSetTable = NULL; in RBBIRuleScanner()
153fSetTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, rb->fStatus); in RBBIRuleScanner()
157 uhash_setValueDeleter(fSetTable, RBBISetTable_deleter); in RBBIRuleScanner()
169 if (fSetTable != NULL) { in ~RBBIRuleScanner()
170 uhash_close(fSetTable); in ~RBBIRuleScanner()
171 fSetTable = NULL; in ~RBBIRuleScanner()
739 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); in findSetFor()
800 uhash_put(fSetTable, el->key, el, fRB->fStatus); in findSetFor()
Drbbiscan.h138 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java77 …HashMap<String, RBBISetTableEl> fSetTable = new HashMap<String, RBBISetTableEl>(); // UnicocodeSet… field in RBBIRuleScanner
636 el = fSetTable.get(s); in findSetFor()
678 fSetTable.put(el.key, el); in findSetFor()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java76 …HashMap<String, RBBISetTableEl> fSetTable = new HashMap<String, RBBISetTableEl>(); // UnicocodeSet… field in RBBIRuleScanner
635 el = fSetTable.get(s); in findSetFor()
677 fSetTable.put(el.key, el); in findSetFor()