Home
last modified time | relevance | path

Searched refs:otherStart (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java452 int otherStart = other.start % NOON; in collisionIsErrorFormat() local
457 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat()
459 sampleError.value = Math.max(otherStart, otherEnd); in collisionIsErrorFormat()
470 int otherStart = other.start; in collisionIsErrorSelection() local
475 if (otherStart != flexStart) { // not same?? in collisionIsErrorSelection()
477 sampleError.value = (otherStart + flexStart) / 2; // half-way between in collisionIsErrorSelection()
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java205 public GapString replace(int start, int end, CharSequence other, int otherStart, int otherEnd) { in replace() argument
207 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
706 final float x3 = otherStart.x; in calculateIntersection()
710 final float y3 = otherStart.y; in calculateIntersection()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
210 length==(int32_t)(otherLimit-otherStart) && in equals()
211 0==u_memcmp(start, otherStart, length); in equals()
214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
215 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals()
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals()
233 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
/external/icu/libicu/cts_headers/
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...