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

1 2

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
ucnv_u8.c 107 i = cnv->toULength; /* restore # of bytes consumed */
108 cnv->toULength = 0;
149 cnv->toULength = (int8_t) i;
200 cnv->toULength = (int8_t)i;
237 i = cnv->toULength; /* restore # of bytes consumed */
238 cnv->toULength = 0;
277 cnv->toULength = (int8_t)i;
330 cnv->toULength = (int8_t)i;
632 cnv->toULength = 1;
655 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 57 i = args->converter->toULength; /* restore # of bytes consumed */
58 args->converter->toULength = 0;
78 args->converter->toULength = (int8_t) i;
107 args->converter->toULength = (int8_t)i;
138 i = args->converter->toULength; /* restore # of bytes consumed */
139 args->converter->toULength = 0;
159 args->converter->toULength = (int8_t) i;
191 args->converter->toULength = (int8_t)i;
439 args->converter->toULength = (int8_t)length;
457 args->converter->toULength = 4
    [all...]
ucnvmbcs.c     [all...]
ucnvscsu.c 169 cnv->toULength=0;
378 cnv->toULength=1;
384 cnv->toULength=1;
389 cnv->toULength=2;
443 cnv->toULength=2;
455 cnv->toULength=2;
466 cnv->toULength=2;
504 cnv->toULength=1;
515 cnv->toULength=1;
521 cnv->toULength=1
    [all...]
ucnv2022.cpp 432 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_ct.c 491 if (args->converter->toULength > 0) {
498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);
502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
507 if (args->converter->toULength == 0) {
518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
522 args->converter->toULength = 0;
ucnv_bld.h 182 int8_t toULength; /* number of bytes in toUBytes */
ucnvlat1.c 350 utf8->toULength=0;
408 utf8->toULength=1;
556 cnv->toULength=1;
594 cnv->toULength=1;
ucnv.c 609 converter->toULength = 0;
    [all...]
ucnv_lmb.c     [all...]
ucnv_u7.c 184 cnv->toULength=0;
245 byteIndex=cnv->toULength;
447 cnv->toULength=byteIndex;
    [all...]

Completed in 301 milliseconds

1 2