Searched refs:fSetTable (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 111 fSetTable = NULL; in RBBIRuleScanner() 153 … fSetTable = 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()
|
D | rbbiscan.h | 138 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to variable
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 77 …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/ |
D | RBBIRuleScanner.java | 76 …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()
|