Searched refs:fSetTable (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A 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); 800 uhash_put(fSetTable, el->key, el, fRB->fStatus);
|
H A D | rbbiscan.h | 140 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to member in RBBIRuleScanner
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbiscan.cpp | 111 fSetTable = nullptr; in RBBIRuleScanner() 153 fSetTable = uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, nullptr, rb->fStatus); in RBBIRuleScanner() 157 uhash_setValueDeleter(fSetTable, RBBISetTable_deleter); in RBBIRuleScanner() 169 if (fSetTable != nullptr) { in ~RBBIRuleScanner() 170 uhash_close(fSetTable); in ~RBBIRuleScanner() 171 fSetTable = nullptr; in ~RBBIRuleScanner() 737 el = (RBBISetTableEl *)uhash_get(fSetTable, &s); 798 uhash_put(fSetTable, el->key, el, fRB->fStatus);
|
H A D | rbbiscan.h | 140 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to member in RBBIRuleScanner
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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); 800 uhash_put(fSetTable, el->key, el, fRB->fStatus);
|
H A D | rbbiscan.h | 140 UHashtable *fSetTable; // UnicocodeSet hash table, holds indexes to member in RBBIRuleScanner
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIRuleScanner.java | 76 HashMap<String, RBBISetTableEl> fSetTable = new HashMap<>(); // UnicocodeSet hash table, holds indexes to field in RBBIRuleScanner 635 el = fSetTable.get(s); in findSetFor() 677 fSetTable.put(el.key, el); in findSetFor()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBIRuleScanner.java | 77 HashMap<String, RBBISetTableEl> fSetTable = new HashMap<>(); // UnicocodeSet hash table, holds indexes to field in RBBIRuleScanner 636 el = fSetTable.get(s); in findSetFor() 678 fSetTable.put(el.key, el); in findSetFor()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 10 milliseconds