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

/external/icu4c/common/
H A Drbbitblb.cpp483 // 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; local
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
[all...]

Completed in 43 milliseconds