Lines Matching defs:c

212 #define MAX_255(c) TRUE  argument
214 #define TABLE_GET(c, table, default) ((table)[c]) argument
217 #define CHMAX_255(c) ((c) <= 255u) argument
219 #define CHMAX_255(c) TRUE argument
223 #define CHMAX_255(c) ((c) <= 255u) argument
224 #define MAX_255(c) ((c) <= 255u) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
261 #define GETCHAR(c, eptr) c = *eptr; argument
262 #define GETCHARTEST(c, eptr) c = *eptr; argument
263 #define GETCHARINC(c, eptr) c = *eptr++; argument
264 #define GETCHARINCTEST(c, eptr) c = *eptr++; argument
265 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
266 #define PUTCHAR(c, p) (*p = c, 1) argument
286 #define HAS_EXTRALEN(c) HASUTF8EXTRALEN(c) argument
291 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3fu]) argument
296 #define NOT_FIRSTCU(c) (((c) & 0xc0u) == 0x80u) argument
301 #define GETCHAR(c, eptr) \ argument
308 #define GETCHARTEST(c, eptr) \ argument
315 #define GETCHARINC(c, eptr) \ argument
322 #define GETCHARINCTEST(c, eptr) \ argument
329 #define GETCHARLEN(c, eptr, len) \ argument
337 #define GETCHARLENTEST(c, eptr, len) \ argument
357 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ argument
372 #define HAS_EXTRALEN(c) (((c) & 0xfc00u) == 0xd800u) argument
377 #define GET_EXTRALEN(c) 1 argument
382 #define NOT_FIRSTCU(c) (((c) & 0xfc00u) == 0xdc00u) argument
387 #define GETUTF16(c, eptr) \ argument
393 #define GETCHAR(c, eptr) \ argument
400 #define GETCHARTEST(c, eptr) \ argument
407 #define GETUTF16INC(c, eptr) \ argument
413 #define GETCHARINC(c, eptr) \ argument
420 #define GETCHARINCTEST(c, eptr) \ argument
427 #define GETUTF16LEN(c, eptr, len) \ argument
434 #define GETCHARLEN(c, eptr, len) \ argument
442 #define GETCHARLENTEST(c, eptr, len) \ argument
463 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ argument
475 #define HAS_EXTRALEN(c) (0) argument
476 #define GET_EXTRALEN(c) (0) argument
477 #define NOT_FIRSTCU(c) (0) argument
482 #define GETCHAR(c, eptr) \ argument
488 #define GETCHARTEST(c, eptr) \ argument
494 #define GETCHARINC(c, eptr) \ argument
500 #define GETCHARINCTEST(c, eptr) \ argument
507 #define GETCHARLEN(c, eptr, len) \ argument
514 #define GETCHARLENTEST(c, eptr, len) \ argument
537 #define PUTCHAR(c, p) (*p = c, 1) argument