• 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()
630 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open()
631 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open()
632 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open()
704 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset()
705 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset()
706 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset()
2346 saveConv->charErrorBuffer, in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2347 myConverterData->currentConverter->charErrorBuffer, in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2445 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2460 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2464 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) ((tar… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2465 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
3554 cnv->charErrorBuffer, in _ISO_2022_WriteSub()
3555 myConverterData->currentConverter->charErrorBuffer, in _ISO_2022_WriteSub()