Searched refs:otherStart (Results 1 – 2 of 2) sorted by relevance
699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() argument706 final float x3 = otherStart.x; in calculateIntersection()710 final float y3 = otherStart.y; in calculateIntersection()
63 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument66 length==(int32_t)(otherLimit-otherStart) && in equals()67 0==u_memcmp(start, otherStart, length); in equals()