HomeSort by relevance Sort by last modified time
    Searched refs:matchingRule (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 569 BreakRule matchingRule = null;
585 matchingRule = rule;
590 if (matchingRule == null) {
598 if (matchingRule.fRuleMatcher.group().length() == 0) {
601 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx);
619 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher);
634 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName));
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 446 BreakRule *matchingRule = NULL;
466 matchingRule = rule;
471 if (matchingRule == NULL) {
479 if (matchingRule->fRuleMatcher->group(status).length() == 0) {
499 int32_t breakPos = matchingRule->fRuleMatcher->start(breakGroup, status);
514 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status);
523 ruleName.appendInvariantChars(matchingRule->fName, status);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 566 BreakRule matchingRule = null;
582 matchingRule = rule;
587 if (matchingRule == null) {
595 if (matchingRule.fRuleMatcher.group().length() == 0) {
598 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx);
616 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher);
631 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName));
    [all...]

Completed in 229 milliseconds