Home
last modified time | relevance | path

Searched refs:thisRule (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java192 BreakRule thisRule = new BreakRule(); in addRule()
194 thisRule.fName = name; in addRule()
195 thisRule.fRule = definition; in addRule()
230 thisRule.fInitialMatchOnly = true; in addRule()
289 thisRule.fExpandedRule = ruleWithFlattenedSets.toString(); in addRule()
294 // thisRule.fExpandedRule = thisRule.fExpandedRule.replace("÷", "(?<BreakPosition>)"); in addRule()
295 thisRule.fExpandedRule = thisRule.fExpandedRule.replace("÷", "()"); in addRule()
296 if (thisRule in addRule()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java189 BreakRule thisRule = new BreakRule(); in addRule()
191 thisRule.fName = name; in addRule()
192 thisRule.fRule = definition; in addRule()
227 thisRule.fInitialMatchOnly = true; in addRule()
286 thisRule.fExpandedRule = ruleWithFlattenedSets.toString(); in addRule()
291 // thisRule.fExpandedRule = thisRule.fExpandedRule.replace("÷", "(?<BreakPosition>)"); in addRule()
292 thisRule.fExpandedRule = thisRule.fExpandedRule.replace("÷", "()"); in addRule()
293 if (thisRule in addRule()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp162 LocalPointer<BreakRule> thisRule(new BreakRule); in addRule()
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()
189 if (thisRule->fExpandedRule.charAt(0) == u'^') { in addRule()
190 thisRule->fInitialMatchOnly = true; in addRule()
191 thisRule->fExpandedRule.remove(0, 1); in addRule()
192 thisRule in addRule()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java254 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBIRuleScanner.java255 RBBINode thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
263 catNode.fLeftChild = thisRule; in doParseActions()
268 thisRule = catNode; in doParseActions()
276 thisRule.fRuleRoot = true; in doParseActions()
282 thisRule.fChainIn = true; in doParseActions()
304 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
309 orNode.fRightChild = thisRule; in doParseActions()
310 thisRule.fParent = orNode; in doParseActions()
/third_party/icu/icu4c/source/common/
H A Drbbiscan.cpp333 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
344 catNode->fLeftChild = thisRule; in doParseActions()
349 thisRule = catNode; in doParseActions()
357 thisRule->fRuleRoot = true; in doParseActions()
363 thisRule->fChainIn = true; in doParseActions()
383 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
391 orNode->fRightChild = thisRule; in doParseActions()
392 thisRule->fParent = orNode; in doParseActions()
/third_party/node/deps/icu-small/source/common/
H A Drbbiscan.cpp333 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
344 catNode->fLeftChild = thisRule; in doParseActions()
349 thisRule = catNode; in doParseActions()
357 thisRule->fRuleRoot = true; in doParseActions()
363 thisRule->fChainIn = true; in doParseActions()
383 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
391 orNode->fRightChild = thisRule; in doParseActions()
392 thisRule->fParent = orNode; in doParseActions()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbiscan.cpp333 RBBINode *thisRule = fNodeStack[fNodeStackPtr]; in doParseActions() local
344 catNode->fLeftChild = thisRule; in doParseActions()
349 thisRule = catNode; in doParseActions()
357 thisRule->fRuleRoot = TRUE; in doParseActions()
363 thisRule->fChainIn = TRUE; in doParseActions()
383 thisRule = fNodeStack[fNodeStackPtr]; in doParseActions()
391 orNode->fRightChild = thisRule; in doParseActions()
392 thisRule->fParent = orNode; in doParseActions()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds