Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp162 LocalPointer<BreakRule> thisRule(new BreakRule); in addRule() local
163 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java253 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
261 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java254 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
262 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()
/external/icu/icu4c/source/common/
Drbbiscan.cpp332 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
343 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() local
390 orNode->fRightChild = thisRule; in doParseActions()
391 thisRule->fParent = orNode; in doParseActions()