Lines Matching refs:strIdx
452 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()
833 __FILE__, __LINE__, strIdx, fRuleFileName, fTestData->fRandomSeed); in testIsBoundaryRandom()