HomeSort by relevance Sort by last modified time
    Searched refs:charErrorBufferLength (Results 1 - 15 of 15) 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 528 cnv->charErrorBufferLength=1;
578 cnv->charErrorBufferLength=1;
608 cnv->charErrorBufferLength=1;
631 cnv->charErrorBufferLength=1;
640 cnv->charErrorBufferLength=2;
663 cnv->charErrorBufferLength=1;
672 cnv->charErrorBufferLength=2;
701 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits];
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
    [all...]
ucnvhz.c 49 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 209 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
ucnv2022.cpp 441 if( converter->charErrorBufferLength==0){
443 converter->charErrorBufferLength = 4;
612 cnv->charErrorBufferLength = 3;
684 converter->charErrorBufferLength = 3;
    [all...]
ucnv_cnv.c 77 cnv->charErrorBufferLength=(int8_t)length;
ucnv_u32.c 297 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
402 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
782 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
896 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
    [all...]
ucnv_u8.c 387 cnv->charErrorBufferLength = 1;
445 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
510 cnv->charErrorBufferLength = 1;
582 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
    [all...]
ucnv.c 616 converter->invalidUCharLength = converter->charErrorBufferLength = 0;
    [all...]
ucnvisci.c     [all...]
ucnvbocu.cpp 593 cnv->charErrorBufferLength=(int8_t)length;
817 cnv->charErrorBufferLength=(int8_t)length;
    [all...]
ucnv_ct.c 445 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i];
ucnvmbcs.c     [all...]
ucnvscsu.c     [all...]
ucnv_lmb.c     [all...]

Completed in 168 milliseconds