HomeSort by relevance Sort by last modified time
    Searched refs:RBBISymbolTable (Results 1 - 9 of 9) sorted by null

  /external/icu4c/common/
rbbistbl.cpp 2 // file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
41 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status)
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::lookupMatcher(
    [all...]
rbbirb.h 39 // RBBISymbolTable. Implements SymbolTable interface that is used by the
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
rbbiscan.h 31 class RBBISymbolTable;
132 RBBISymbolTable *fSymbolTable; // symbol table, holds definitions of
rbbiscan.cpp 144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 58 milliseconds