Home
last modified time | relevance | path

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

/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.cpp63 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
66 length==(int32_t)(otherLimit-otherStart) && in equals()
67 0==u_memcmp(start, otherStart, length); in equals()