Searched defs:otherStart (Results 1 – 4 of 4) sorted by relevance
444 int otherStart = other.start % NOON; in collisionIsErrorFormat() local462 int otherStart = other.start; in collisionIsErrorSelection() local
201 public GapString replace(int start, int end, CharSequence other, int otherStart, int otherEnd) { in replace()
208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection()