Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java356 Range tother = (Range)other; in equals() local
357 return this.startCodePoint == tother.startCodePoint && in equals()
358 this.endCodePoint == tother.endCodePoint && in equals()
359 this.value == tother.value && in equals()
360 this.leadSurrogate == tother.leadSurrogate; in equals()