Home
last modified time | relevance | path

Searched refs:opStar (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Drbbinode.h38 opStar, enumerator
Drbbitblb.cpp231 else if (n->fType == RBBINode::opStar || n->fType == RBBINode::opQuestion) { in calcNullable()
279 else if (n->fType == RBBINode::opStar || in calcFirstPos()
325 else if (n->fType == RBBINode::opStar || in calcLastPos()
363 if (n->fType == RBBINode::opStar || in calcFollowPos()
Drbbiscan.cpp424 RBBINode *starNode = pushNewNode(RBBINode::opStar); in doParseActions()
1084 fRB->fReverseTree = pushNewNode(RBBINode::opStar); in parse()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java237 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
282 else if (n.fType == RBBINode.opStar || in calcFirstPos()
325 else if (n.fType == RBBINode.opStar || in calcLastPos()
357 if (n.fType == RBBINode.opStar || in calcFollowPos()
DRBBINode.java33 static final int opStar = 10; field in RBBINode
DRBBIRuleScanner.java330 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions()
940 fRB.fTreeRoots[RBBIRuleBuilder.fReverseTree] = pushNewNode(RBBINode.opStar); in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java236 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
281 else if (n.fType == RBBINode.opStar || in calcFirstPos()
324 else if (n.fType == RBBINode.opStar || in calcLastPos()
356 if (n.fType == RBBINode.opStar || in calcFollowPos()
DRBBINode.java32 static final int opStar = 10; field in RBBINode
DRBBIRuleScanner.java329 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions()
939 fRB.fTreeRoots[RBBIRuleBuilder.fReverseTree] = pushNewNode(RBBINode.opStar); in parse()