HomeSort by relevance Sort by last modified time
    Searched refs:pcre2_set_newline (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist2/src/
pcre2_context.c 307 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) function
pcre2.h.generic 414 PCRE2_EXP_DECL int pcre2_set_newline(pcre2_compile_context *, uint32_t); \
638 #define pcre2_set_newline PCRE2_SUFFIX(pcre2_set_newline_)
    [all...]
pcre2.h.in 414 PCRE2_EXP_DECL int pcre2_set_newline(pcre2_compile_context *, uint32_t); \
638 #define pcre2_set_newline PCRE2_SUFFIX(pcre2_set_newline_)
    [all...]
pcre2grep.c     [all...]
  /external/pcre/dist2/
Makefile.am 69 doc/html/pcre2_set_newline.html \
150 doc/pcre2_set_newline.3 \
  /external/pcre/pcrecpp/
pcrecpp.cc 107 if (pcre2_set_newline(compile_context.get(),

Completed in 66 milliseconds