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 31 private boolean isEmptySegment;
44 isEmptySegment = false;
61 isEmptySegment = false;
98 if (isEmptySegment) {
99 isEmptySegment = false; /* we are handling it, reset to avoid future spurious errors */
105 isEmptySegment = true;
118 isEmptySegment = false; /* different error here, reset this to avoid spurious furture error */
142 isEmptySegment = false; /* the segment has something, either valid or will produce a different error, so reset this */
184 isEmptySegment = false; /* the segment has something valid */
187 isEmptySegment = false; /* different error here, reset this to avoid spurious future error *
    [all...]
CharsetISO2022.java 350 boolean isEmptySegment;
359 isEmptySegment = false;
365 isEmptySegment = false;
    [all...]
  /external/icu/icu4c/source/common/
ucnvhz.c 64 UBool isEmptySegment;
113 ((UConverterDataHZ*)cnv->extraInfo)->isEmptySegment = FALSE;
190 myData->isEmptySegment = FALSE;
195 if (myData->isEmptySegment) {
196 myData->isEmptySegment = FALSE; /* we are handling it, reset to avoid future spurious errors */
206 myData->isEmptySegment = TRUE;
218 myData->isEmptySegment = FALSE; /* different error here, reset this to avoid spurious future error */
245 myData->isEmptySegment = FALSE; /* the segment has something, either valid or will produce a different error, so reset this */
290 myData->isEmptySegment = FALSE; /* the segment has something valid */
293 myData->isEmptySegment = FALSE; /* different error here, reset this to avoid spurious future error *
    [all...]
ucnv2022.cpp 217 UBool isEmptySegment;
706 myConverterData->isEmptySegment = FALSE;
    [all...]

Completed in 173 milliseconds