Home
last modified time | relevance | path

Searched refs:pcre2_set_character_tables (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2.h601 pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
894 #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_) macro
H A Dpcre2_context.c327 pcre2_set_character_tables(pcre2_compile_context *ccontext, in pcre2_set_character_tables() function
H A Dpcre2.h.generic601 pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
896 #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_)
H A Dpcre2.h.in601 pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
896 #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_) macro
H A Dpcre2grep.c4282 pcre2_set_character_tables(compile_context, character_tables); in main()
/aosp_15_r20/external/pcre/
H A DMakefile.am77 doc/html/pcre2_set_character_tables.html \
176 doc/pcre2_set_character_tables.3 \
H A DREADME757 passed to PCRE2 by calling pcre2_set_character_tables() to put a pointer into a
H A DMakefile.in1103 doc/html/pcre2_set_character_tables.html \
1201 doc/pcre2_set_character_tables.3 \
H A DChangeLog1002 22. Corrected pcre2_set_character_tables() tables data type: was const unsigned
/aosp_15_r20/external/pcre/doc/html/
H A DREADME.txt757 passed to PCRE2 by calling pcre2_set_character_tables() to put a pointer into a
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt277 int pcre2_set_character_tables(pcre2_compile_context *ccontext,
890 int pcre2_set_character_tables(pcre2_compile_context *ccontext,
2142 and calling pcre2_set_character_tables() to set the tables pointer
2152 pcre2_set_character_tables(ccontext, tables);