OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bofNode
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java
481
// the
bofNode
to include the followPos nodes from other {bot} nodes
494
// <
bofNode
> rest
497
// We will be adding things to the followPos set of the <
bofNode
>
499
RBBINode
bofNode
= fRB.fTreeRoots[fRootIx].fLeftChild.fLeftChild;
500
Assert.assrt(
bofNode
.fType == RBBINode.leafChar);
501
Assert.assrt(
bofNode
.fVal == 2);
504
// (excluding the fake
bofNode
)
514
if (startNode.fVal ==
bofNode
.fVal) {
518
// followPos set of the fake
bofNode
at the start of the tree.
520
bofNode
.fFollowPos.addAll(startNode.fFollowPos)
[
all
...]