Lines Matching refs:c

59 #define	KICONV_JA_NGET(c) \  argument
64 (c) = *ip++;\
67 #define KICONV_JA_NGET_REP_FR_MB(c) \ argument
74 (c) = *ip++;\
77 #define KICONV_JA_NGET_REP_TO_MB(c) \ argument
84 (c) = *ip++;\
87 #define KICONV_JA_NPUT(c) \ argument
92 *op++ = (uint8_t)(c);\
141 #define KICONV_JA_ISASC(c) ((c) <= 0x7f) argument
144 #define KICONV_JA_ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument
147 #define KICONV_JA_ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument
148 (((c) >= 0x90) && ((c) <= 0x9f)))
151 #define KICONV_JA_ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
154 #define KICONV_JA_ISCS1_0208(c) (((c) >= 0xa1) && ((c) <= 0xf4)) argument
157 #define KICONV_JA_ISCS1_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
160 #define KICONV_JA_ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
163 #define KICONV_JA_ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
166 #define KICONV_JA_ISCS3_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
169 #define KICONV_JA_ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
172 #define KICONV_JA_ISSJMB_1(c) \ argument
173 ((((c) >= 0x81) && ((c) <= 0x9f)) || \
174 (((c) >= 0xe0) && ((c) <= 0xfc)))
177 #define KICONV_JA_ISSJKANJI1(c) \ argument
178 ((((c) >= 0x81) && ((c) <= 0x9f)) || \
179 (((c) >= 0xe0) && ((c) <= 0xea)) || \
180 (((c) >= 0xf0) && ((c) <= 0xf4)))
183 #define KICONV_JA_ISSJSUPKANJI1(c) (((c) >= 0xf5) && ((c) <= 0xf9)) argument
186 #define KICONV_JA_ISSJUDC_1(c) (((c) >= 0xf0) && ((c) <= 0xf9)) argument
189 #define KICONV_JA_ISSJIBM(c) (((c) >= 0xfa) && ((c) <= 0xfc)) argument
192 #define KICONV_JA_ISSJNECIBM(c) (((c) >= 0xed) && ((c) <= 0xef)) argument
195 #define KICONV_JA_ISSJKANJI2(c) \ argument
196 ((((c) >= 0x40) && ((c) <= 0x7e)) || \
197 (((c) >= 0x80) && ((c) <= 0xfc)))
200 #define KICONV_JA_ISUTF8UDC(c) (((c) >= 0xe000) && ((c) <= 0xf8ff)) argument