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

  /external/icu/icu4c/source/common/
rbbitblb.h 27 // class RBBITableBuilder is part of the RBBI rule compiler.
35 class RBBITableBuilder : public UMemory {
37 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode);
38 ~RBBITableBuilder();
93 RBBITableBuilder(const RBBITableBuilder &other); // forbid copying of this class
94 RBBITableBuilder &operator=(const RBBITableBuilder &other); // forbid copying of this class
114 // in RBBITableBuilder.fDStates
rbbitblb.cpp 27 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode) :
47 RBBITableBuilder::~RBBITableBuilder() {
58 // RBBITableBuilder::build - This is the main function for building the DFA state transtion
62 void RBBITableBuilder::build() {
200 void RBBITableBuilder::calcNullable(RBBINode *n) {
247 void RBBITableBuilder::calcFirstPos(RBBINode *n) {
293 void RBBITableBuilder::calcLastPos(RBBINode *n) {
339 void RBBITableBuilder::calcFollowPos(RBBINode *n)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 23 // class RBBITableBuilder is part of the RBBI rule compiler.
30 class RBBITableBuilder {
50 // in RBBITableBuilder.fDStates
74 // Constructor for RBBITableBuilder.
79 RBBITableBuilder(RBBIRuleBuilder rb, int rootNodeIx) {
90 // RBBITableBuilder::build - This is the main function for building the DFA state transtion
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 482 milliseconds