Home | History | Annotate | Download | only in i18n

Lines Matching refs:dir_

54         : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) {
82 if (dir_ < 0 && offsets_ != NULL && !offsets_->isEmpty()) {
104 if (dir_ > 1) {
111 } else if (dir_ == 1) {
113 dir_ = 2;
114 } else if (dir_ == 0) {
116 dir_ = 2;
117 } else /* dir_ < 0 */ {
167 if (dir_ < 0) {
174 } else if (dir_ == 0) {
176 dir_ = -1;
177 } else if (dir_ == 1) {
179 dir_ = -1;
180 } else /* dir_ > 1 */ {
224 dir_ = 0;
264 dir_ = 1;
293 dir_ = 0;
331 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) {
343 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) {
376 dir_ = other.dir_;
380 if(other.dir_ < 0 && other.offsets_ != NULL && !other.offsets_->isEmpty()) {