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.java498 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local
499 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
500 Assert.assrt(bofNode.fVal == 2); in bofFixup()
513 if (startNode.fVal == bofNode.fVal) { in bofFixup()
519 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java499 RBBINode bofNode = fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild; in bofFixup() local
500 Assert.assrt(bofNode.fType == RBBINode.leafChar); in bofFixup()
501 Assert.assrt(bofNode.fVal == 2); in bofFixup()
514 if (startNode.fVal == bofNode.fVal) { in bofFixup()
520 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()
/external/icu/icu4c/source/common/
Drbbitblb.cpp529 RBBINode *bofNode = fTree->fLeftChild->fLeftChild; in bofFixup() local
530 U_ASSERT(bofNode->fType == RBBINode::leafChar); in bofFixup()
531 U_ASSERT(bofNode->fVal == 2); in bofFixup()
548 if (startNode->fVal == bofNode->fVal) { in bofFixup()
554 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()