Searched refs:otherStart (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, argument
706 final float x3 = otherStart.x;
710 final float y3 = otherStart.y;
/external/icu4c/common/
H A Dnormalizer2impl.cpp62 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { argument
65 length==(int32_t)(otherLimit-otherStart) &&
66 0==u_memcmp(start, otherStart, length);

Completed in 59 milliseconds