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

  /external/icu/icu4c/source/common/
rbbistbl.cpp 4 // file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
43 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status)
59 RBBISymbolTable::~RBBISymbolTable()
66 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
72 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const
79 RBBISymbolTable *This = (RBBISymbolTable *)this; // cast off const
91 // stand-in character for the set by RBBISymbolTable::lookupMatcher(
    [all...]
rbbirb.h 44 // RBBISymbolTable. Implements SymbolTable interface that is used by the
61 class RBBISymbolTable : public UMemory, public SymbolTable {
81 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);
82 virtual ~RBBISymbolTable();
97 RBBISymbolTable(const RBBISymbolTable &other); // forbid copying of this class
98 RBBISymbolTable &operator=(const RBBISymbolTable &other); // forbid copying of this class
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBISymbolTable.java 17 class RBBISymbolTable implements SymbolTable{
36 RBBISymbolTable(RBBIRuleScanner rs) {
43 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
72 // stand-in character for the set by RBBISymbolTable::lookupMatcher()
89 // RBBISymbolTable::lookupMatcher This function from the abstract symbol table
109 // RBBISymbolTable::parseReference This function from the abstract symbol table interface
135 // RBBISymbolTable::lookupNode Given a key (a variable name), return the
152 // RBBISymbolTable::addEntry Add a new entry to the symbol table.
172 // RBBISymbolTable::print Debugging function, dump out the symbol table contents.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBISymbolTable.java 16 class RBBISymbolTable implements SymbolTable{
35 RBBISymbolTable(RBBIRuleScanner rs) {
42 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
71 // stand-in character for the set by RBBISymbolTable::lookupMatcher()
88 // RBBISymbolTable::lookupMatcher This function from the abstract symbol table
108 // RBBISymbolTable::parseReference This function from the abstract symbol table interface
134 // RBBISymbolTable::lookupNode Given a key (a variable name), return the
151 // RBBISymbolTable::addEntry Add a new entry to the symbol table.
171 // RBBISymbolTable::print Debugging function, dump out the symbol table contents.
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 71 milliseconds