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

  /external/icu/icu4c/source/common/
rbbitblb.cpp 483 // the bofNode to include the followPos nodes from other {bot} nodes
500 // <bofNode> rest
503 // We will be adding things to the followPos set of the <bofNode>
505 RBBINode *bofNode = fTree->fLeftChild->fLeftChild;
506 U_ASSERT(bofNode->fType == RBBINode::leafChar);
507 U_ASSERT(bofNode->fVal == 2);
510 // (excluding the fake bofNode)
524 if (startNode->fVal == bofNode->fVal) {
528 // followPos set of the fake bofNode at the start of the tree.
530 setAdd(bofNode->fFollowPos, startNode->fFollowPos)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 454 // the bofNode to include the followPos nodes from other {bot} nodes
467 // <bofNode> rest
470 // We will be adding things to the followPos set of the <bofNode>
472 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild;
473 Assert.assrt(bofNode.fType == RBBINode.leafChar);
474 Assert.assrt(bofNode.fVal == 2);
477 // (excluding the fake bofNode)
487 if (startNode.fVal == bofNode.fVal) {
491 // followPos set of the fake bofNode at the start of the tree.
493 bofNode.fFollowPos.addAll(startNode.fFollowPos)
    [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 184 milliseconds