Home | History | Annotate | Download | only in src

Lines Matching full:pcre2_set_character_tables

1144 #define PCRE2_SET_CHARACTER_TABLES(a,b) \
1578 #define PCRE2_SET_CHARACTER_TABLES(a,b) \
1804 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_8(G(a,8),b)
1899 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_16(G(a,16),b)
1994 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_32(G(a,32),b)
4720 PCRE2_SET_CHARACTER_TABLES(pat_context, use_tables);