Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java69 boolean fNoChainInRule; // True if the current rule starts with a '^'. field in RBBIRuleScanner
147 fNoChainInRule = true; in doParseActions()
279 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()
317 fNoChainInRule = false; in doParseActions()
/external/icu/android_icu4j/src/main/java/android/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.h133 UBool fNoChainInRule; // True if the current rule starts with a '^'. variable
Drbbiscan.cpp107 fNoChainInRule = FALSE; in RBBIRuleScanner()
215 fNoChainInRule = TRUE; in doParseActions()
361 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()
402 fNoChainInRule = FALSE; in doParseActions()