Home
last modified time | relevance | path

Searched refs:opQuestion (Results 1 – 10 of 10) sorted by relevance

/external/icu/libicu/cts_headers/
Drbbinode.h43 opQuestion, enumerator
/external/icu/icu4c/source/common/
Drbbinode.h43 opQuestion, enumerator
Drbbitblb.cpp236 else if (n->fType == RBBINode::opStar || n->fType == RBBINode::opQuestion) { in calcNullable()
285 n->fType == RBBINode::opQuestion || in calcFirstPos()
331 n->fType == RBBINode::opQuestion || in calcLastPos()
Drbbiscan.cpp441 RBBINode *qNode = pushNewNode(RBBINode::opQuestion); in doParseActions()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBINode.java37 static final int opQuestion = 12; field in RBBINode
DRBBITableBuilder.java252 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
298 n.fType == RBBINode.opQuestion || in calcFirstPos()
341 n.fType == RBBINode.opQuestion || in calcLastPos()
DRBBIRuleScanner.java349 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java36 static final int opQuestion = 12; field in RBBINode
DRBBITableBuilder.java251 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
297 n.fType == RBBINode.opQuestion || in calcFirstPos()
340 n.fType == RBBINode.opQuestion || in calcLastPos()
DRBBIRuleScanner.java348 RBBINode qNode = pushNewNode(RBBINode.opQuestion); in doParseActions()