Searched refs:RBBISymbolTable (Results 1 – 10 of 10) sorted by relevance
43 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &statu… in RBBISymbolTable() function in RBBISymbolTable59 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()
58 class RBBISymbolTable : public UMemory, public SymbolTable {78 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);79 virtual ~RBBISymbolTable();94 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class95 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
31 class RBBISymbolTable; variable135 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
147 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
17 class RBBISymbolTable implements SymbolTable{ class36 RBBISymbolTable(RBBIRuleScanner rs) { in RBBISymbolTable() method in RBBISymbolTable
73 RBBISymbolTable fSymbolTable; // symbol table, holds definitions of123 fSymbolTable = new RBBISymbolTable(this); in RBBIRuleScanner()
16 class RBBISymbolTable implements SymbolTable{ class35 RBBISymbolTable(RBBIRuleScanner rs) { in RBBISymbolTable() method in RBBISymbolTable
72 RBBISymbolTable fSymbolTable; // symbol table, holds definitions of122 fSymbolTable = new RBBISymbolTable(this); in RBBIRuleScanner()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
821 com/ibm/icu/text/RBBISymbolTable#rbbiSymtablePrint:()V