Searched refs:loopIndex (Results 1 – 7 of 7) sorted by relevance
4700 int loopIndex; in TestReorderingAPI() local4740 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPI()4741 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()4742 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPI()4823 int loopIndex; in TestReorderingAPIWithRuleCreatedCollator() local4845 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4846 if (retrievedReorderCodes[loopIndex] != rulesReorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()4847 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPIWithRuleCreatedCollator()4885 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4886 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()[all …]
777 int* loopIndex) { in chopCubicAtLoopIntersection() argument779 *loopIndex = -1; in chopCubicAtLoopIntersection()788 *loopIndex = 0; in chopCubicAtLoopIntersection()791 *loopIndex = 1; in chopCubicAtLoopIntersection()795 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
209 int* loopIndex);
175 int loopIndex; in onDraw() local179 &loopIndex); in onDraw()214 bool flipKL = (c == loopIndex && cnt != 3); in onDraw()