Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/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.cpp432 if (node->fChainIn) { in calcChainedFollowPos()
/third_party/node/deps/icu-small/source/common/
Drbbinode.cpp64 fChainIn = false; in RBBINode()
96 fChainIn = other.fChainIn; in RBBINode()
200 retNode->fChainIn = this->fChainIn; in flattenVariables()
319 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()
/third_party/icu/icu4c/source/common/
Drbbinode.cpp64 fChainIn = false; in RBBINode()
96 fChainIn = other.fChainIn; in RBBINode()
200 retNode->fChainIn = this->fChainIn; in flattenVariables()
319 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()
/third_party/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.java421 if (node.fChainIn) { in calcChainedFollowPos()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()