Searched refs:otherStart (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodInfo.java | 444 int otherStart = other.start % NOON; in collisionIsErrorFormat() local 449 if (otherStart <= flexEnd && otherEnd >= flexStart) { // overlap? in collisionIsErrorFormat() 451 sampleError.value = Math.max(otherStart, otherEnd); in collisionIsErrorFormat() 462 int otherStart = other.start; in collisionIsErrorSelection() local 467 if (otherStart != flexStart) { // not same?? in collisionIsErrorSelection() 469 sampleError.value = (otherStart + flexStart) / 2; // half-way between in collisionIsErrorSelection()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GapString.java | 201 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/ |
D | CollisionSystem.java | 699 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/ |
D | normalizer2impl.cpp | 208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument 211 length==(int32_t)(otherLimit-otherStart) && in equals() 212 0==u_memcmp(start, otherStart, length); in equals() 215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument 216 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals() 218 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() 234 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
|
D | normalizer2impl.h | 162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
|