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

  /external/icu4c/common/
ucnvhz.c 63 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.c 205 UBool isEmptySegment;
660 myConverterData->isEmptySegment = FALSE;
    [all...]

Completed in 61 milliseconds