Searched refs:thisRule (Results 1 – 4 of 4) sorted by relevance
162 LocalPointer<BreakRule> thisRule(new BreakRule); in addRule() local163 thisRule->fName = name; in addRule()164 thisRule->fRule = definition; in addRule()182 fSetRefsMatcher->appendReplacement(thisRule->fExpandedRule, emptyString, status); in addRule()183 thisRule->fExpandedRule.append(expansionForName); in addRule()185 fSetRefsMatcher->appendTail(thisRule->fExpandedRule); in addRule()190 int32_t dividePos = thisRule->fExpandedRule.indexOf((UChar)0x00f7); in addRule()192 thisRule->fExpandedRule.replace(dividePos, 1, UnicodeString("(?<BreakPosition>)")); in addRule()194 if (thisRule->fExpandedRule.indexOf((UChar)0x00f7) != -1) { in addRule()204 while ((where = thisRule->fExpandedRule.indexOf(emptySet, 2, 0)) >= 0) { in addRule()[all …]
253 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local261 catNode.fLeftChild = thisRule; in doParseActions()266 thisRule = catNode; in doParseActions()274 thisRule.fRuleRoot = true; in doParseActions()280 thisRule.fChainIn = true; in doParseActions()302 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()307 orNode.fRightChild = thisRule; in doParseActions()308 thisRule.fParent = orNode; in doParseActions()
254 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local262 catNode.fLeftChild = thisRule; in doParseActions()267 thisRule = catNode; in doParseActions()275 thisRule.fRuleRoot = true; in doParseActions()281 thisRule.fChainIn = true; in doParseActions()303 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()308 orNode.fRightChild = thisRule; in doParseActions()309 thisRule.fParent = orNode; in doParseActions()
332 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local343 catNode->fLeftChild = thisRule; in doParseActions()348 thisRule = catNode; in doParseActions()356 thisRule->fRuleRoot = TRUE; in doParseActions()362 thisRule->fChainIn = TRUE; in doParseActions()382 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local390 orNode->fRightChild = thisRule; in doParseActions()391 thisRule->fParent = orNode; in doParseActions()