Searched refs:realThat (Results 1 – 2 of 2) sorted by relevance
96 StringCharacterIterator& realThat = (StringCharacterIterator&)that; in operator ==() local98 return text == realThat.text in operator ==()99 && pos == realThat.pos in operator ==()100 && begin == realThat.begin in operator ==()101 && end == realThat.end; in operator ==()
78 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that; in operator ==() local80 return text == realThat.text in operator ==()81 && textLength == realThat.textLength in operator ==()82 && pos == realThat.pos in operator ==()83 && begin == realThat.begin in operator ==()84 && end == realThat.end; in operator ==()