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

  /external/icu4c/common/
ucnv_u8.c 104 i = cnv->toULength; /* restore # of bytes consumed */
105 cnv->toULength = 0;
146 cnv->toULength = (int8_t) i;
197 cnv->toULength = (int8_t)i;
234 i = cnv->toULength; /* restore # of bytes consumed */
235 cnv->toULength = 0;
274 cnv->toULength = (int8_t)i;
327 cnv->toULength = (int8_t)i;
629 cnv->toULength = 1;
652 cnv->toULength = i
    [all...]
ucnv_u16.c 295 cnv->toULength=1;
298 if((count=cnv->toULength)!=0) {
361 cnv->toULength=2;
371 cnv->toULength=(int8_t)count;
442 cnv->toULength=2;
456 cnv->toULength=0;
478 cnv->toUBytes[cnv->toULength++]=*source++;
510 pArgs->converter->toULength=1;
539 pArgs->converter->toULength=(int8_t)(sourceLimit-s);
555 pArgs->converter->toULength=2
    [all...]
ucnv_u32.c 56 i = args->converter->toULength; /* restore # of bytes consumed */
57 args->converter->toULength = 0;
77 args->converter->toULength = (int8_t) i;
106 args->converter->toULength = (int8_t)i;
137 i = args->converter->toULength; /* restore # of bytes consumed */
138 args->converter->toULength = 0;
158 args->converter->toULength = (int8_t) i;
190 args->converter->toULength = (int8_t)i;
438 args->converter->toULength = (int8_t)length;
456 args->converter->toULength = 4
    [all...]
ucnvmbcs.c     [all...]
ucnvscsu.c 168 cnv->toULength=0;
377 cnv->toULength=1;
383 cnv->toULength=1;
388 cnv->toULength=2;
442 cnv->toULength=2;
454 cnv->toULength=2;
465 cnv->toULength=2;
503 cnv->toULength=1;
514 cnv->toULength=1;
520 cnv->toULength=1
    [all...]
ucnv2022.c 426 cnv->toULength=0; /* byteIndex */
    [all...]
ucnvhz.c 201 args->converter->toULength = 2;
226 args->converter->toULength = 1;
231 args->converter->toULength = 2;
313 args->converter->toULength=2;
317 args->converter->toULength=1;
ucnv_bld.h 181 int8_t toULength; /* number of bytes in toUBytes */
ucnvlat1.c 349 utf8->toULength=0;
407 utf8->toULength=1;
555 cnv->toULength=1;
593 cnv->toULength=1;
ucnv.c 607 converter->toULength = 0;
    [all...]
ucnv_lmb.c     [all...]
ucnv_u7.c 183 cnv->toULength=0;
244 byteIndex=cnv->toULength;
434 cnv->toULength=byteIndex;
903 byteIndex=cnv->toULength;
    [all...]
ucnvbocu.c 248 * mode decoder's incomplete (diff<<2)|count (ignored when toULength==0)
962 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */
966 byteIndex=cnv->toULength;
    [all...]
ucnvisci.c     [all...]
ucnv_ext.c 430 cnv->toULength=cnv->preToUFirstLength;
    [all...]

Completed in 883 milliseconds