• Home
  • Raw
  • Download

Lines Matching refs:charErrorBufferLength

462     if( converter->charErrorBufferLength==0){  in setInitialStateFromUnicodeKR()
464 converter->charErrorBufferLength = 4; in setInitialStateFromUnicodeKR()
635 cnv->charErrorBufferLength = 3; in _ISO2022Open()
709 converter->charErrorBufferLength = 3; in _ISO2022Reset()
2350 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2354 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2356 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2357 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2451 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2466 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2470 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) ((tar… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2471 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
3558 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in _ISO_2022_WriteSub()
3562 myConverterData->currentConverter->charErrorBufferLength); in _ISO_2022_WriteSub()
3564 … cnv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in _ISO_2022_WriteSub()
3565 myConverterData->currentConverter->charErrorBufferLength = 0; in _ISO_2022_WriteSub()