Searched refs:loopIndex (Results 1 – 4 of 4) sorted by relevance
4703 int loopIndex; in TestReorderingAPI() local4743 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPI()4744 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()4745 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPI()4826 int loopIndex; in TestReorderingAPIWithRuleCreatedCollator() local4848 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4849 if (retrievedReorderCodes[loopIndex] != rulesReorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()4850 …s(status, "ERROR: retrieved reorder code doesn't match set reorder code at index %d\n", loopIndex); in TestReorderingAPIWithRuleCreatedCollator()4888 for (loopIndex = 0; loopIndex < retrievedReorderCodesLength; loopIndex++) { in TestReorderingAPIWithRuleCreatedCollator()4889 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()[all …]
833 int* loopIndex) { in chopCubicAtLoopIntersection() argument835 *loopIndex = -1; in chopCubicAtLoopIntersection()844 *loopIndex = 0; in chopCubicAtLoopIntersection()847 *loopIndex = 1; in chopCubicAtLoopIntersection()851 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
173 int* loopIndex);
168 int loopIndex; in onDraw() local172 &loopIndex); in onDraw()207 bool flipKL = (c == loopIndex && cnt != 3); in onDraw()