Lines Matching refs:otherHalf_
56 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
88 if (otherHalf_ != 0) { in getOffset()
108 if (otherHalf_ != 0) { in next()
109 uint32_t oh = otherHalf_; in next()
110 otherHalf_ = 0; in next()
134 otherHalf_ = secondHalf | 0xc0; // continuation CE in next()
154 otherHalf_ == that.otherHalf_ && in operator ==()
171 if (otherHalf_ != 0) { in previous()
172 uint32_t oh = otherHalf_; in previous()
173 otherHalf_ = 0; in previous()
213 otherHalf_ = firstHalf; in previous()
225 otherHalf_ = 0; in reset()
265 otherHalf_ = 0; in setOffset()
294 otherHalf_ = 0; in setText()
333 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
345 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
377 otherHalf_ = other.otherHalf_; in operator =()