Lines Matching refs:dir_
54 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
82 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) { in getOffset()
104 if (dir_ > 1) { in next()
111 } else if (dir_ == 1) { in next()
113 dir_ = 2; in next()
114 } else if (dir_ == 0) { in next()
116 dir_ = 2; in next()
167 if (dir_ < 0) { in previous()
174 } else if (dir_ == 0) { in previous()
176 dir_ = -1; in previous()
177 } else if (dir_ == 1) { in previous()
179 dir_ = -1; in previous()
224 dir_ = 0; in reset()
264 dir_ = 1; in setOffset()
293 dir_ = 0; in setText()
331 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
343 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
376 dir_ = other.dir_; in operator =()
380 if(other.dir_ < 0 && other.offsets_ != NULL && !other.offsets_->isEmpty()) { in operator =()