Searched refs:fNoChainInRule (Results 1 – 4 of 4) sorted by relevance
71 boolean fNoChainInRule; // True if the current rule starts with a '^'. field in RBBIRuleScanner149 fNoChainInRule = true; in doParseActions()281 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()319 fNoChainInRule = false; in doParseActions()
70 boolean fNoChainInRule; // True if the current rule starts with a '^'. field in RBBIRuleScanner148 fNoChainInRule = true; in doParseActions()280 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule in doParseActions()318 fNoChainInRule = false; in doParseActions()
108 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()
133 UBool fNoChainInRule; // True if the current rule starts with a '^'. variable