Lines Matching refs:charErrorBufferLength
441 if( converter->charErrorBufferLength==0){
443 converter->charErrorBufferLength = 4;
612 cnv->charErrorBufferLength = 3;
684 converter->charErrorBufferLength = 3;
2316 if(myConverterData->currentConverter->charErrorBufferLength > 0) {
2320 myConverterData->currentConverter->charErrorBufferLength);
2322 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength;
2323 myConverterData->currentConverter->charErrorBufferLength = 0;
2417 charErrorBufferLength++] = (unsigned char) (targetByteUnit);
2432 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targetByteUnit -0x80);
2436 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) ((targetByteUnit>>8) -0x80);
2437 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targetByteUnit-0x80);
3524 if(myConverterData->currentConverter->charErrorBufferLength > 0) {
3528 myConverterData->currentConverter->charErrorBufferLength);
3530 cnv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength;
3531 myConverterData->currentConverter->charErrorBufferLength = 0;