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

  /external/icu/icu4c/source/common/
ucnv_u8.c 116 i = cnv->toULength; /* restore # of bytes consumed */
117 cnv->toULength = 0;
158 cnv->toULength = (int8_t) i;
209 cnv->toULength = (int8_t)i;
246 i = cnv->toULength; /* restore # of bytes consumed */
247 cnv->toULength = 0;
286 cnv->toULength = (int8_t)i;
339 cnv->toULength = (int8_t)i;
641 cnv->toULength = 1;
664 cnv->toULength = i
    [all...]
ucnv_bld.h 187 int8_t toULength; /* number of bytes in toUBytes */
ucnvmbcs.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 32 int toULength;
205 toULength = 0;
239 // toULength = 0;
330 if (!flush && !source.hasRemaining() && toULength == 0 && preToULength >= 0) {
454 converterSawEndOfInput= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0);
546 } else if(flush && toULength>0) {
553 cr = CoderResult.malformedForLength(toULength);
611 errorInputLength=invalidCharLength=toULength;
617 toULength=0;
645 } else if(toULength > 0)
    [all...]

Completed in 221 milliseconds