Lines Matching refs:pcre_uint8
194 typedef unsigned char pcre_uint8;
2336 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2360 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */
2390 pcre_uint8 start_bits[32]; /* Starting char bits */
2418 const pcre_uint8 *lcc; /* Points to lower casing table */
2419 const pcre_uint8 *fcc; /* Points to case-flipping table */
2420 const pcre_uint8 *cbits; /* Points to character type table */
2421 const pcre_uint8 *ctypes; /* Points to table of type maps */
2511 const pcre_uint8 *lcc; /* Points to lower casing table */
2512 const pcre_uint8 *fcc; /* Points to case-flipping table */
2513 const pcre_uint8 *ctypes; /* Points to table of type maps */
2556 const pcre_uint8 *tables; /* Character tables */
2649 extern const pcre_uint8 PRIV(utf8_table4)[];
2656 extern const pcre_uint8 PRIV(OP_lengths)[];
2657 extern const pcre_uint8 PRIV(default_tables)[];
2745 pcre_uint8 script; /* ucp_Arabic, etc. */
2746 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */
2747 pcre_uint8 gbprop; /* ucp_gbControl, etc. (grapheme break property) */
2748 pcre_uint8 caseset; /* offset to multichar other cases or zero */
2754 extern const pcre_uint8 PRIV(ucd_stage1)[];