Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbinode.h41 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.cpp453 RBBINode *starNode = pushNewNode(RBBINode::opStar); in doParseActions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java239 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
284 else if (n.fType == RBBINode.opStar || in calcFirstPos()
327 else if (n.fType == RBBINode.opStar || in calcLastPos()
359 if (n.fType == RBBINode.opStar || in calcFollowPos()
DRBBINode.java34 static final int opStar = 10; field in RBBINode
DRBBIRuleScanner.java356 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java240 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
285 else if (n.fType == RBBINode.opStar || in calcFirstPos()
328 else if (n.fType == RBBINode.opStar || in calcLastPos()
360 if (n.fType == RBBINode.opStar || in calcFollowPos()
DRBBINode.java35 static final int opStar = 10; field in RBBINode
DRBBIRuleScanner.java357 RBBINode starNode = pushNewNode(RBBINode.opStar); in doParseActions()