Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java504 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local
505 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
506 Assert.assrt(bofNode.fVal == 2); in bofFixup()
519 if (startNode.fVal == bofNode.fVal) { in bofFixup()
525 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java505 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local
506 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
507 Assert.assrt(bofNode.fVal == 2); in bofFixup()
520 if (startNode.fVal == bofNode.fVal) { in bofFixup()
526 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/icu4c/source/common/
Drbbitblb.cpp525 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local
526 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()
527 U_ASSERT(bofNode->fVal == 2); in bofFixup()
544 if (startNode->fVal == bofNode->fVal) { in bofFixup()
550 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()