Searched refs:RBBISymbolTable (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbistbl.cpp | 43 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &statu… in RBBISymbolTable() function in RBBISymbolTable 59 RBBISymbolTable::~RBBISymbolTable() in ~RBBISymbolTable() 72 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const in lookup() 79 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const in lookup() 119 const UnicodeFunctor *RBBISymbolTable::lookupMatcher(UChar32 ch) const in lookupMatcher() 122 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const in lookupMatcher() 140 UnicodeString RBBISymbolTable::parseReference(const UnicodeString& text, in parseReference() 168 RBBINode *RBBISymbolTable::lookupNode(const UnicodeString &key) const{ in lookupNode() 187 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &er… in addEntry() 230 void RBBISymbolTable::rbbiSymtablePrint() const { in rbbiSymtablePrint()
|
D | rbbirb.h | 62 class RBBISymbolTable : public UMemory, public SymbolTable { 82 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 83 virtual ~RBBISymbolTable(); 98 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class 99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
|
D | rbbiscan.h | 31 class RBBISymbolTable; variable 137 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
|
D | rbbiscan.cpp | 148 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
|
/external/icu/libicu/cts_headers/ |
D | rbbirb.h | 62 class RBBISymbolTable : public UMemory, public SymbolTable { 82 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 83 virtual ~RBBISymbolTable(); 98 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class 99 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
|
D | rbbiscan.h | 31 class RBBISymbolTable; variable 137 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBISymbolTable.java | 16 class RBBISymbolTable implements SymbolTable{ class 35 RBBISymbolTable(RBBIRuleScanner rs) { in RBBISymbolTable() method in RBBISymbolTable
|
D | RBBIRuleScanner.java | 73 RBBISymbolTable fSymbolTable; // symbol table, holds definitions of 123 fSymbolTable = new RBBISymbolTable(this); in RBBIRuleScanner()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBISymbolTable.java | 17 class RBBISymbolTable implements SymbolTable{ class 36 RBBISymbolTable(RBBIRuleScanner rs) { in RBBISymbolTable() method in RBBISymbolTable
|
D | RBBIRuleScanner.java | 74 RBBISymbolTable fSymbolTable; // symbol table, holds definitions of 124 fSymbolTable = new RBBISymbolTable(this); in RBBIRuleScanner()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 956 com/ibm/icu/text/RBBISymbolTable#rbbiSymtablePrint:()V
|