Searched refs:otherHalf_ (Results 1 – 4 of 4) sorted by relevance
112 private int otherHalf_; field in CollationElementIterator200 otherHalf_ = 0; in CollationElementIterator()293 if (otherHalf_ != 0) { in getOffset()324 if (otherHalf_ != 0) {325 int oh = otherHalf_;326 otherHalf_ = 0;352 otherHalf_ = secondHalf | 0xc0; // continuation CE379 if (otherHalf_ != 0) { in previous()380 int oh = otherHalf_; in previous()381 otherHalf_ = 0; in previous()[all …]
112 private int otherHalf_; field in CollationElementIterator195 otherHalf_ = 0; in CollationElementIterator()284 if (otherHalf_ != 0) { in getOffset()314 if (otherHalf_ != 0) {315 int oh = otherHalf_;316 otherHalf_ = 0;342 otherHalf_ = secondHalf | 0xc0; // continuation CE368 if (otherHalf_ != 0) { in previous()369 int oh = otherHalf_; in previous()370 otherHalf_ = 0; in previous()[all …]
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()[all …]
364 uint32_t otherHalf_; variable