Searched refs:realThat (Results 1 – 6 of 6) 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 ==()
96 const StringCharacterIterator& realThat = static_cast<const 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 const UCharCharacterIterator& realThat = static_cast<const 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 ==()