Home
last modified time | relevance | path

Searched refs:csEnd (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java509 int csStart, csEnd; in handleCheck() local
512 csEnd = collisionString.indexOf('<', csStart); in handleCheck()
515 csEnd = collisionString.indexOf(']', csStart); in handleCheck()
517 collisionString = collisionString.substring(csStart, csEnd); in handleCheck()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp198 const auto csEnd = fColorStops.cbegin() + fStopCount * 4; in apply() local
199 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) { in apply()
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp200 const auto csEnd = fColorStops.cbegin() + fStopCount * 4; in apply() local
201 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) { in apply()