Lines Matching refs:that
88 const CollationElementIterator& that) const
90 if (this == &that || m_data_ == that.m_data_) {
95 if (m_data_->iteratordata_.coll != that.m_data_->iteratordata_.coll)
104 int thatlength = (int)(that.m_data_->iteratordata_.endp - that.m_data_->iteratordata_.string);
111 that.m_data_->iteratordata_.string,
115 if (getOffset() != that.getOffset()) {
121 if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) != 0) {
127 != that.m_data_->iteratordata_.pos
128 - that.m_data_->iteratordata_.writableBuffer.getBuffer()) {
133 else if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) == 0) {
138 == (that.m_data_->iteratordata_.CEpos
139 - that.m_data_->iteratordata_.CEs);