Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dschriter.cpp94 StringCharacterIterator& realThat = (StringCharacterIterator&)that; in operator ==() local
96 return text == realThat.text in operator ==()
97 && pos == realThat.pos in operator ==()
98 && begin == realThat.begin in operator ==()
99 && end == realThat.end; in operator ==()
Duchriter.cpp76 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that; in operator ==() local
78 return text == realThat.text in operator ==()
79 && textLength == realThat.textLength in operator ==()
80 && pos == realThat.pos in operator ==()
81 && begin == realThat.begin in operator ==()
82 && end == realThat.end; in operator ==()