Lines Matching refs:dir_
57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) { in getOffset()
107 if (dir_ > 1) { in next()
114 } else if (dir_ == 1) { in next()
116 dir_ = 2; in next()
117 } else if (dir_ == 0) { in next()
119 dir_ = 2; in next()
170 if (dir_ < 0) { in previous()
177 } else if (dir_ == 0) { in previous()
179 dir_ = -1; in previous()
180 } else if (dir_ == 1) { in previous()
182 dir_ = -1; in previous()
227 dir_ = 0; in reset()
267 dir_ = 1; in setOffset()
296 dir_ = 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()
379 dir_ = other.dir_; in operator =()
383 if(other.dir_ < 0 && other.offsets_ != NULL && !other.offsets_->isEmpty()) { in operator =()