Home
last modified time | relevance | path

Searched defs:otherStart (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodInfo.java444 int otherStart = other.start % NOON; in collisionIsErrorFormat() local
462 int otherStart = other.start; in collisionIsErrorSelection() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java201 public GapString replace(int start, int end, CharSequence other, int otherStart, int otherEnd) { in replace()
/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection()