Lines Matching refs:pcre_uint8
194 typedef unsigned char pcre_uint8; typedef
2344 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2368 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2398 pcre_uint8 start_bits[32]; /* Starting char bits */
2426 const pcre_uint8 *lcc; /* Points to lower casing table */
2427 const pcre_uint8 *fcc; /* Points to case-flipping table */
2428 const pcre_uint8 *cbits; /* Points to character type table */
2429 const pcre_uint8 *ctypes; /* Points to table of type maps */
2528 const pcre_uint8 *lcc; /* Points to lower casing table */
2529 const pcre_uint8 *fcc; /* Points to case-flipping table */
2530 const pcre_uint8 *ctypes; /* Points to table of type maps */
2573 const pcre_uint8 *tables; /* Character tables */
2666 extern const pcre_uint8 PRIV(utf8_table4)[];
2673 extern const pcre_uint8 PRIV(OP_lengths)[];
2674 extern const pcre_uint8 PRIV(default_tables)[];
2762 pcre_uint8 script; /* ucp_Arabic, etc. */
2763 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */
2764 pcre_uint8 gbprop; /* ucp_gbControl, etc. (grapheme break property) */
2765 pcre_uint8 caseset; /* offset to multichar other cases or zero */
2771 extern const pcre_uint8 PRIV(ucd_stage1)[];