Lines Matching refs:otherHalf_
57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
89 if (otherHalf_ != 0) { in getOffset()
109 if (otherHalf_ != 0) { in next()
110 uint32_t oh = otherHalf_; in next()
111 otherHalf_ = 0; in next()
135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next()
155 otherHalf_ == that.otherHalf_ && in operator ==()
172 if (otherHalf_ != 0) { in previous()
173 uint32_t oh = otherHalf_; in previous()
174 otherHalf_ = 0; in previous()
214 otherHalf_ = firstHalf; in previous()
226 otherHalf_ = 0; in reset()
266 otherHalf_ = 0; in setOffset()
295 otherHalf_ = 0; in setText()
334 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
346 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
378 otherHalf_ = other.otherHalf_; in operator =()