Home
last modified time | relevance | path

Searched refs:fNoChainInRule (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java71 boolean fNoChainInRule; // True if the current rule starts with a '^'. field in RBBIRuleScanner
149 fNoChainInRule = true; in doParseActions()
281 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()
319 fNoChainInRule = false; in doParseActions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java70 boolean fNoChainInRule; // True if the current rule starts with a '^'. field in RBBIRuleScanner
148 fNoChainInRule = true; in doParseActions()
280 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()
318 fNoChainInRule = false; in doParseActions()
/external/icu/icu4c/source/common/
Drbbiscan.cpp108 fNoChainInRule = FALSE; in RBBIRuleScanner()
216 fNoChainInRule = TRUE; in doParseActions()
362 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()
403 fNoChainInRule = FALSE; in doParseActions()
Drbbiscan.h133 UBool fNoChainInRule; // True if the current rule starts with a '^'. variable