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

/external/icu4c/common/
H A Drbbistbl.cpp2 // file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
41 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status) function in class:RBBISymbolTable
57 RBBISymbolTable::~RBBISymbolTable()
64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const
77 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const
89 // stand-in character for the set by RBBISymbolTable
[all...]
H A Drbbirb.h39 // RBBISymbolTable. Implements SymbolTable interface that is used by the
56 class RBBISymbolTable : public UMemory, public SymbolTable { class in inherits:UMemory,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
H A Drbbiscan.h31 class RBBISymbolTable;
132 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
H A Drbbiscan.cpp144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1366 #define RBBISymbolTable RBBISymbolTable_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1786 #define RBBISymbolTable RBBISymbolTable_4_2 macro

Completed in 87 milliseconds