Home
last modified time | relevance | path

Searched refs:otherHalf_ (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java112 private int otherHalf_; field in CollationElementIterator
195 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 CE
368 if (otherHalf_ != 0) { in previous()
369 int oh = otherHalf_; in previous()
370 otherHalf_ = 0; in previous()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java112 private int otherHalf_; field in CollationElementIterator
200 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 CE
379 if (otherHalf_ != 0) { in previous()
380 int oh = otherHalf_; in previous()
381 otherHalf_ = 0; in previous()
[all …]
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
89 if (otherHalf_ != 0) { in getOffset()
109 if (otherHalf_ != 0) { in next()
110 uint32_t oh = otherHalf_; in next()
111 otherHalf_ = 0; in next()
135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next()
155 otherHalf_ == that.otherHalf_ && in operator ==()
172 if (otherHalf_ != 0) { in previous()
173 uint32_t oh = otherHalf_; in previous()
174 otherHalf_ = 0; in previous()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h365 uint32_t otherHalf_; variable