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

/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp56 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) {
88 if (otherHalf_ != 0) {
108 if (otherHalf_ != 0) {
109 uint32_t oh = otherHalf_;
110 otherHalf_ = 0;
134 otherHalf_ = secondHalf | 0xc0; // continuation CE
154 otherHalf_ == that.otherHalf_ &&
171 if (otherHalf_ != 0) {
172 uint32_t oh = otherHalf_;
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java112 private int otherHalf_; field in class:CollationElementIterator
195 otherHalf_ = 0;
284 if (otherHalf_ != 0) {
314 if (otherHalf_ != 0) {
315 int oh = otherHalf_;
316 otherHalf_ = 0;
342 otherHalf_ = secondHalf | 0xc0; // continuation CE
368 if (otherHalf_ != 0) {
369 int oh = otherHalf_;
370 otherHalf_
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java112 private int otherHalf_; field in class:CollationElementIterator
200 otherHalf_ = 0;
293 if (otherHalf_ != 0) {
324 if (otherHalf_ != 0) {
325 int oh = otherHalf_;
326 otherHalf_ = 0;
352 otherHalf_ = secondHalf | 0xc0; // continuation CE
379 if (otherHalf_ != 0) {
380 int oh = otherHalf_;
381 otherHalf_
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h364 uint32_t otherHalf_; member in class:U_FINAL

Completed in 76 milliseconds