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

  /external/pcre/
pcrecpp.cc 113 int pcre_options = 0; local
114 pcre_options = options_.all_options();
132 re = pcre_compile(pattern_.c_str(), pcre_options,
140 re = pcre_compile(wrapped.c_str(), pcre_options,
352 static int NewlineMode(int pcre_options) {
356 if (pcre_options & (PCRE_NEWLINE_CRLF|PCRE_NEWLINE_CR|PCRE_NEWLINE_LF|
358 newline_mode = (pcre_options &
pcregrep.c 2015 int pcre_options = 0; local
    [all...]

Completed in 27 milliseconds