Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4703 int loopIndex; in TestReorderingAPI() local
4743 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() local
4848 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 …]
/external/skia/src/gpu/
DGrPathUtils.cpp833 int* loopIndex) { in chopCubicAtLoopIntersection() argument
835 *loopIndex = -1; in chopCubicAtLoopIntersection()
844 *loopIndex = 0; in chopCubicAtLoopIntersection()
847 *loopIndex = 1; in chopCubicAtLoopIntersection()
851 *loopIndex = chops.count() - 1; in chopCubicAtLoopIntersection()
DGrPathUtils.h173 int* loopIndex);
/external/skia/gm/
Dbeziereffects.cpp168 int loopIndex; in onDraw() local
172 &loopIndex); in onDraw()
207 bool flipKL = (c == loopIndex && cnt != 3); in onDraw()