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

  /external/icu4c/common/
ucnv_cb.c 115 errBuffLen = args->converter->charErrorBufferLength;
134 args->converter->charErrorBufferLength = 0;
148 args->converter->charErrorBufferLength = (int8_t)(
ucnv_u7.c 514 cnv->charErrorBufferLength=1;
564 cnv->charErrorBufferLength=1;
594 cnv->charErrorBufferLength=1;
617 cnv->charErrorBufferLength=1;
626 cnv->charErrorBufferLength=2;
649 cnv->charErrorBufferLength=1;
658 cnv->charErrorBufferLength=2;
686 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits];
    [all...]
ucnvhz.c 48 args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) *strToAppend; \
422 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar;
426 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar >> 8);
427 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar;
439 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar;
ucnv_bld.h 208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
ucnv2022.c 435 if( converter->charErrorBufferLength==0){
437 converter->charErrorBufferLength = 4;
606 cnv->charErrorBufferLength = 3;
678 converter->charErrorBufferLength = 3;
    [all...]
ucnv_cnv.c 77 cnv->charErrorBufferLength=(int8_t)length;
ucnv_u32.c 296 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
401 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
781 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
895 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
    [all...]
ucnv_u8.c 384 cnv->charErrorBufferLength = 1;
442 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
507 cnv->charErrorBufferLength = 1;
579 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
    [all...]
ucnv.c 614 converter->invalidUCharLength = converter->charErrorBufferLength = 0;
    [all...]
ucnvisci.c     [all...]
ucnvbocu.c 588 cnv->charErrorBufferLength=(int8_t)length;
812 cnv->charErrorBufferLength=(int8_t)length;
    [all...]
ucnvmbcs.c     [all...]
ucnvscsu.c     [all...]
ucnv_lmb.c     [all...]

Completed in 1577 milliseconds