Searched refs:RBBISymbolTable (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/common/ |
D | rbbistbl.cpp | 41 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &statu… in RBBISymbolTable() function in RBBISymbolTable 57 RBBISymbolTable::~RBBISymbolTable() in ~RBBISymbolTable() 70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const in lookup() 77 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const in lookup() 117 const UnicodeFunctor *RBBISymbolTable::lookupMatcher(UChar32 ch) const in lookupMatcher() 120 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const in lookupMatcher() 138 UnicodeString RBBISymbolTable::parseReference(const UnicodeString& text, in parseReference() 166 RBBINode *RBBISymbolTable::lookupNode(const UnicodeString &key) const{ in lookupNode() 185 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &er… in addEntry() 228 void RBBISymbolTable::rbbiSymtablePrint() const { in rbbiSymtablePrint()
|
D | rbbirb.h | 56 class RBBISymbolTable : public UMemory, public SymbolTable { 76 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 77 virtual ~RBBISymbolTable(); 92 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class 93 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
|
D | rbbiscan.h | 31 class RBBISymbolTable; variable 132 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
|
D | rbbiscan.cpp | 144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 2084 #define RBBISymbolTable U_ICU_ENTRY_POINT_RENAME(RBBISymbolTable) macro
|