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

  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.h 165 UnicodeString f2ndRuleForPos; // As above. A 2nd rule applies when the preceding rule
rbbimonkeytest.cpp 445 f2ndRuleForPos = fActualBreaks;
506 f2ndRuleForPos.setCharAt(i, (UChar)ruleNum);
590 if (f2ndRuleForPos.charAt(charIdx) > 0) {
591 const BreakRule *secondRule = static_cast<BreakRule *>(fBkRules->fBreakRules.elementAt(f2ndRuleForPos.charAt(charIdx)));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 557 f2ndRuleForPos = new int[fString.length()+1];
616 f2ndRuleForPos[i] = ruleNum;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 554 f2ndRuleForPos = new int[fString.length()+1];
613 f2ndRuleForPos[i] = ruleNum;
    [all...]

Completed in 125 milliseconds