Home
last modified time | relevance | path

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

/external/icu4c/common/
Dschriter.cpp92 StringCharacterIterator& realThat = (StringCharacterIterator&)that; in operator ==() local
94 return text == realThat.text in operator ==()
95 && pos == realThat.pos in operator ==()
96 && begin == realThat.begin in operator ==()
97 && end == realThat.end; in operator ==()
Duchriter.cpp74 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that; in operator ==() local
76 return text == realThat.text in operator ==()
77 && textLength == realThat.textLength in operator ==()
78 && pos == realThat.pos in operator ==()
79 && begin == realThat.begin in operator ==()
80 && end == realThat.end; in operator ==()