Searched defs:PCRE2_SET_CHARACTER_TABLES (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1144 #define PCRE2_SET_CHARACTER_TABLES(a,b) \ macro 1578 #define PCRE2_SET_CHARACTER_TABLES(a,b) \ macro 1804 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_8(G(a,8),b) macro 1899 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_16(G(a,16),b) macro 1994 #define PCRE2_SET_CHARACTER_TABLES(a,b) pcre2_set_character_tables_32(G(a,32),b) macro
|