Lines Matching defs:c
61 #define KICONV_JA_NGET(c) \ argument
69 #define KICONV_JA_NGET_REP_FR_MB(c) \ argument
79 #define KICONV_JA_NGET_REP_TO_MB(c) \ argument
89 #define KICONV_JA_NPUT(c) \ argument
143 #define KICONV_JA_ISASC(c) ((c) <= 0x7f) argument
146 #define KICONV_JA_ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument
149 #define KICONV_JA_ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument
153 #define KICONV_JA_ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
156 #define KICONV_JA_ISCS1_0208(c) (((c) >= 0xa1) && ((c) <= 0xf4)) argument
159 #define KICONV_JA_ISCS1_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
162 #define KICONV_JA_ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
165 #define KICONV_JA_ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
168 #define KICONV_JA_ISCS3_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
171 #define KICONV_JA_ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
174 #define KICONV_JA_ISSJMB_1(c) \ argument
179 #define KICONV_JA_ISSJKANJI1(c) \ argument
185 #define KICONV_JA_ISSJSUPKANJI1(c) (((c) >= 0xf5) && ((c) <= 0xf9)) argument
188 #define KICONV_JA_ISSJUDC_1(c) (((c) >= 0xf0) && ((c) <= 0xf9)) argument
191 #define KICONV_JA_ISSJIBM(c) (((c) >= 0xfa) && ((c) <= 0xfc)) argument
194 #define KICONV_JA_ISSJNECIBM(c) (((c) >= 0xed) && ((c) <= 0xef)) argument
197 #define KICONV_JA_ISSJKANJI2(c) \ argument
202 #define KICONV_JA_ISUTF8UDC(c) (((c) >= 0xe000) && ((c) <= 0xf8ff)) argument