Home
last modified time | relevance | path

Searched refs:RBBISymbolTable (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/common/
Drbbistbl.cpp41 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()
Drbbirb.h56 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
Drbbiscan.h31 class RBBISymbolTable; variable
132 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
Drbbiscan.cpp144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/icu4c/common/unicode/
Durename.h2084 #define RBBISymbolTable U_ICU_ENTRY_POINT_RENAME(RBBISymbolTable) macro