Home
last modified time | relevance | path

Searched refs:calcFollowPos (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Drbbitblb.h93 void calcFollowPos(RBBINode *n);
Drbbitblb.cpp157 calcFollowPos(fTree); in buildForwardTable()
339 void RBBITableBuilder::calcFollowPos(RBBINode *n) { in calcFollowPos() function in RBBITableBuilder
346 calcFollowPos(n->fLeftChild); in calcFollowPos()
347 calcFollowPos(n->fRightChild); in calcFollowPos()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java165 calcFollowPos(fRB.fTreeRoots[fRootIx]); in buildForwardTable()
341 void calcFollowPos(RBBINode n) { in calcFollowPos() method in RBBITableBuilder
348 calcFollowPos(n.fLeftChild); in calcFollowPos()
349 calcFollowPos(n.fRightChild); in calcFollowPos()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java166 calcFollowPos(fRB.fTreeRoots[fRootIx]); in buildForwardTable()
342 void calcFollowPos(RBBINode n) { in calcFollowPos() method in RBBITableBuilder
349 calcFollowPos(n.fLeftChild); in calcFollowPos()
350 calcFollowPos(n.fRightChild); in calcFollowPos()