Home | History | Annotate | Download | only in intltest

Lines Matching refs:strIdx

452     int32_t strIdx = 0;
455 while (strIdx < fString.length()) {
469 if (rule->fRuleMatcher->lookingAt(strIdx, status)) {
488 __FILE__, __LINE__, strIdx);
489 dump(strIdx);
528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status);
533 strIdx = fString.moveIndex32(matchEnd, -1);
535 if (strIdx == matchStart) {
830 int strIdx = fRandomGenerator() % stringLen;
831 if (fTestData->fExpectedBreaks.charAt(strIdx) != fBI->isBoundary(strIdx)) {
833 __FILE__, __LINE__, strIdx, fRuleFileName, fTestData->fRandomSeed);