HomeSort by relevance Sort by last modified time
    Searched refs:isEmptySegment (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetHZ.java 33 private boolean isEmptySegment;
46 isEmptySegment = false;
64 isEmptySegment = false;
102 if (isEmptySegment) {
103 isEmptySegment = false; /* we are handling it, reset to avoid future spurious errors */
109 isEmptySegment = true;
122 isEmptySegment = false; /* different error here, reset this to avoid spurious furture error */
146 isEmptySegment = false; /* the segment has something, either valid or will produce a different error, so reset this */
188 isEmptySegment = false; /* the segment has something valid */
191 isEmptySegment = false; /* different error here, reset this to avoid spurious future error *
    [all...]
CharsetISO2022.java 350 boolean isEmptySegment;
358 isEmptySegment = false;
364 isEmptySegment = false;
    [all...]
  /external/icu/icu4c/source/common/
ucnvhz.c 66 UBool isEmptySegment;
115 ((UConverterDataHZ*)cnv->extraInfo)->isEmptySegment = FALSE;
192 myData->isEmptySegment = FALSE;
197 if (myData->isEmptySegment) {
198 myData->isEmptySegment = FALSE; /* we are handling it, reset to avoid future spurious errors */
208 myData->isEmptySegment = TRUE;
220 myData->isEmptySegment = FALSE; /* different error here, reset this to avoid spurious future error */
247 myData->isEmptySegment = FALSE; /* the segment has something, either valid or will produce a different error, so reset this */
292 myData->isEmptySegment = FALSE; /* the segment has something valid */
295 myData->isEmptySegment = FALSE; /* different error here, reset this to avoid spurious future error *
    [all...]
ucnv2022.cpp 219 UBool isEmptySegment;
691 myConverterData->isEmptySegment = FALSE;
    [all...]

Completed in 91 milliseconds