Searched refs:PCRE2_SET_CHARACTER_TABLES (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1274 #define PCRE2_SET_CHARACTER_TABLES(a,b) \ macro 1763 #define PCRE2_SET_CHARACTER_TABLES(a,b) \ macro 2013 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_8(G(a,8),b) macro 2117 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_16(G(a,16),b) macro 2221 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_32(G(a,32),b) macro 5251 PCRE2_SET_CHARACTER_TABLES(pat_context, use_tables); in process_pattern()
|