Searched refs:SI (Results 1 – 9 of 9) sorted by relevance
/iconvdata/ |
A D | iso-2022-kr.c | 31 #define SI 0x0f macro 95 *outbuf++ = SI; \ 154 else if (__builtin_expect (ch, 0) == SI) \ 210 *outptr++ = SI; \
|
A D | ibm937.c | 31 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 75 *outbuf++ = SI; \ 116 else if (__builtin_expect (ch, 0) == SI) \ 251 *outptr++ = SI; \
|
A D | ibm935.c | 31 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 75 *outbuf++ = SI; \ 116 else if (__builtin_expect (ch, 0) == SI) \ 252 *outptr++ = SI; \
|
A D | ibm939.c | 31 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 75 *outbuf++ = SI; \ 116 else if (__builtin_expect (ch, 0) == SI) \ 252 *outptr++ = SI; \
|
A D | ibm930.c | 31 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 75 *outbuf++ = SI; \ 117 else if (__builtin_expect (ch, 0) == SI) \ 253 *outptr++ = SI; \
|
A D | ibm933.c | 30 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 74 *outbuf++ = SI; \ 115 else if (__builtin_expect (ch, 0) == SI) \ 251 *outptr++ = SI; \
|
A D | ibm1364.c | 45 #define SI 0x0F /* Shift In, host code to turn DBCS off. */ macro 86 *outbuf++ = SI; \ 165 if (__builtin_expect (ch, 0) == SI) \ 363 *outptr++ = SI; \
|
A D | iso-2022-cn.c | 35 #define SI 0x0f macro 97 *outbuf++ = SI; \ 172 else if (__builtin_expect (ch, 0) == SI) \ 247 *outptr++ = SI; \
|
A D | iso-2022-cn-ext.c | 39 #define SI 0x0f macro 147 *outbuf++ = SI; \ 281 else if (ch == SI) \ 420 *outptr++ = SI; \
|
Completed in 10 milliseconds