Home
last modified time | relevance | path

Searched refs:matchingRule (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java569 BreakRule matchingRule = null; in set() local
589 matchingRule = rule; in set()
594 if (matchingRule == null) { in set()
602 if (matchingRule.fRuleMatcher.group().length() == 0) { in set()
605 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set()
623 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set()
639 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java566 BreakRule matchingRule = null; in set() local
586 matchingRule = rule; in set()
591 if (matchingRule == null) { in set()
599 if (matchingRule.fRuleMatcher.group().length() == 0) { in set()
602 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set()
620 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set()
636 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set()
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp456 BreakRule *matchingRule = NULL; in set() local
480 matchingRule = rule; in set()
485 if (matchingRule == NULL) { in set()
493 if (matchingRule->fRuleMatcher->group(status).length() == 0) { in set()
513 int32_t breakPos = matchingRule->fRuleMatcher->start(breakGroup, status); in set()
528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status); in set()
539 ruleName.appendInvariantChars(matchingRule->fName, status); in set()