• Home
  • Raw
  • Download

Lines Matching refs:charErrorBuffer

465         converter->charErrorBuffer[0] = 0x1b;  in setInitialStateFromUnicodeKR()
466 converter->charErrorBuffer[1] = 0x24; in setInitialStateFromUnicodeKR()
467 converter->charErrorBuffer[2] = 0x29; in setInitialStateFromUnicodeKR()
468 converter->charErrorBuffer[3] = 0x43; in setInitialStateFromUnicodeKR()
636 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open()
637 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open()
638 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open()
710 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset()
711 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset()
712 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset()
2352 saveConv->charErrorBuffer, in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2353 myConverterData->currentConverter->charErrorBuffer, 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()
3560 cnv->charErrorBuffer, in _ISO_2022_WriteSub()
3561 myConverterData->currentConverter->charErrorBuffer, in _ISO_2022_WriteSub()