Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java564 int strIdx = 0; in set() local
568 while (strIdx < fString.length()) { in set()
580 rule.fRuleMatcher.reset(fString.substring(strIdx)); in set()
584 matchStart = strIdx; in set()
585 matchEnd = strIdx + rule.fRuleMatcher.end(); in set()
597 rules.fMonkeyImpl.fRuleFileName, strIdx); in set()
599 dump(strIdx); in set()
605 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set()
607 dump(strIdx); in set()
623 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java561 int strIdx = 0; in set() local
565 while (strIdx < fString.length()) { in set()
577 rule.fRuleMatcher.reset(fString.substring(strIdx)); in set()
581 matchStart = strIdx; in set()
582 matchEnd = strIdx + rule.fRuleMatcher.end(); in set()
594 rules.fMonkeyImpl.fRuleFileName, strIdx); in set()
596 dump(strIdx); in set()
602 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set()
604 dump(strIdx); in set()
620 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp452 int32_t strIdx = 0; in set() local
455 while (strIdx < fString.length()) { in set()
469 if (rule->fRuleMatcher->lookingAt(strIdx, status)) { in set()
488 __FILE__, __LINE__, strIdx); in set()
489 dump(strIdx); in set()
528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status); in set()
533 strIdx = fString.moveIndex32(matchEnd, -1); in set()
535 if (strIdx == matchStart) { in set()
830 int strIdx = fRandomGenerator() % stringLen; in testIsBoundaryRandom() local
831 if (fTestData->fExpectedBreaks.charAt(strIdx) != fBI->isBoundary(strIdx)) { in testIsBoundaryRandom()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c750 int32_t strIdx; in findStringSetMismatch() local
760 for (strIdx = 0; strIdx < langSize;) { in findStringSetMismatch()
762 U16_NEXT(string, strIdx, langSize, testChar); in findStringSetMismatch()
771 return strIdx; in findStringSetMismatch()
963 int32_t strIdx; in VerifyTranslation() local
970strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, mergedExemplarSet, FALSE, &badChar); in VerifyTranslation()
971 if (strIdx >= 0) { in VerifyTranslation()
973 currLoc, strIdx, badChar); in VerifyTranslation()
1008strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar… in VerifyTranslation()
1009 if ( strIdx >= 0 ) { in VerifyTranslation()
[all …]