Home
last modified time | relevance | path

Searched refs:ESC (Results 1 – 5 of 5) sorted by relevance

/iconvdata/
A Diso-2022-jp.c41 #define ESC 0x1b macro
638 *outptr++ = ESC; \
664 *outptr++ = ESC; \
739 *outptr++ = ESC; \
778 *outptr++ = ESC; \
814 *outptr++ = ESC; \
841 *outptr++ = ESC; \
873 *outptr++ = ESC; \
907 *outptr++ = ESC; \
940 *outptr++ = ESC; \
[all …]
A Diso-2022-jp-3.c31 #define ESC 0x1b macro
136 *outbuf++ = ESC; \
147 *outbuf++ = ESC; \
192 if (__glibc_unlikely (ch == ESC)) \
467 *outptr++ = ESC; \
496 *outptr++ = ESC; \
627 *outptr++ = ESC; \
654 *outptr++ = ESC; \
692 *outptr++ = ESC; \
725 *outptr++ = ESC; \
[all …]
A Diso-2022-cn-ext.c34 #define ESC 0x1b macro
41 #define SS2_0 ESC
43 #define SS3_0 ESC
180 if (ch == ESC) \
289 if (ch == ESC && inptr[1] == SS2_1) \
303 else if (ch == ESC && inptr[1] == SS3_1) \
566 *outptr++ = ESC; \
579 *outptr++ = ESC; \
592 *outptr++ = ESC; \
A Diso-2022-cn.c30 #define ESC 0x1b macro
37 #define SS2_0 ESC
128 if (__builtin_expect (ch, 0) == ESC) \
180 if (__builtin_expect (ch, 0) == ESC && inptr[1] == SS2_1) \
330 *outptr++ = ESC; \
A Diso-2022-kr.c28 #define ESC 0x1b macro
55 *outbuf++ = ESC; \
125 if (__builtin_expect (ch, 0) == ESC) \

Completed in 9 milliseconds