Home
last modified time | relevance | path

Searched refs:bofNode (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java472 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local
473 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
474 Assert.assrt(bofNode.fVal == 2); in bofFixup()
487 if (startNode.fVal == bofNode.fVal) { in bofFixup()
493 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/icu4c/source/common/
Drbbitblb.cpp505 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local
506 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()
507 U_ASSERT(bofNode->fVal == 2); in bofFixup()
524 if (startNode->fVal == bofNode->fVal) { in bofFixup()
530 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()