Home
last modified time | relevance | path

Searched refs:otherEnd (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java445 int otherEnd = other.getAdjustedEnd() % NOON; in collisionIsErrorFormat() local
449 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat()
451 sampleError.value = Math.max(otherStart, otherEnd); in collisionIsErrorFormat()
463 int otherEnd = other.getAdjustedEnd(); in collisionIsErrorSelection() local
472 } else if (otherEnd != flexEnd) { // not same?? in collisionIsErrorSelection()
474 sampleError.value = (otherEnd + flexEnd) / 2; // half-way between in collisionIsErrorSelection()
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java201 public GapString replace(int start, int end, CharSequence other, int otherStart, int otherEnd) { in replace() argument
203 return insert(start, other, otherStart, otherEnd); in replace()
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() argument
707 final float x4 = otherEnd.x; in calculateIntersection()
711 final float y4 = otherEnd.y; in calculateIntersection()
/external/skia/src/pathops/
DSkOpSegment.cpp1079 SkOpSpanBase* otherEnd; in nextChase() local
1088 otherEnd = step > 0 in nextChase()
1108 otherEnd = next->end(); in nextChase()
1110 if (!otherEnd) { in nextChase()
1113 int foundStep = foundSpan->step(otherEnd); in nextChase()
1120 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()
/external/skqp/src/pathops/
DSkOpSegment.cpp1079 SkOpSpanBase* otherEnd; in nextChase() local
1088 otherEnd = step > 0 in nextChase()
1108 otherEnd = next->end(); in nextChase()
1110 if (!otherEnd) { in nextChase()
1113 int foundStep = foundSpan->step(otherEnd); in nextChase()
1120 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()