Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dschriter.cpp96 StringCharacterIterator& realThat = (StringCharacterIterator&)that; in operator ==() local
98 return text == realThat.text in operator ==()
99 && pos == realThat.pos in operator ==()
100 && begin == realThat.begin in operator ==()
101 && end == realThat.end; in operator ==()
Duchriter.cpp78 UCharCharacterIterator& realThat = (UCharCharacterIterator&)that; in operator ==() local
80 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 ==()