Searched refs:tother (Results 1 – 1 of 1) sorted by relevance
356 Range tother = (Range)other; in equals() local357 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()