Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbinode.cpp64 fChainIn = FALSE; in RBBINode()
96 fChainIn = other.fChainIn; in RBBINode()
200 retNode->fChainIn = this->fChainIn; in flattenVariables()
318 node->fRuleRoot?'R':' ', node->fChainIn?'C':' ', in printNode()
Drbbinode.h86 UBool fChainIn; // True if chaining into this rule is allowed variable
Drbbiscan.cpp363 thisRule->fChainIn = TRUE; in doParseActions()
Drbbitblb.cpp433 if (node->fChainIn) { in calcChainedFollowPos()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java97 boolean fChainIn; // True if chaining into this rule is allowed field in RBBINode
140 fChainIn = other.fChainIn;
202 retNode.fChainIn = this.fChainIn;
DRBBIRuleScanner.java281 thisRule.fChainIn = true; in doParseActions()
DRBBITableBuilder.java413 if (node.fChainIn) { in calcChainedFollowPos()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBINode.java98 boolean fChainIn; // True if chaining into this rule is allowed field in RBBINode
141 fChainIn = other.fChainIn;
203 retNode.fChainIn = this.fChainIn;
DRBBIRuleScanner.java282 thisRule.fChainIn = true; in doParseActions()
DRBBITableBuilder.java414 if (node.fChainIn) { in calcChainedFollowPos()