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

  /external/pcre/pcrecpp/include/
pcrecpp.h 421 RE_Options & set_newline_mode(int newline_mode) { function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 336 RE re(t->regexp, RE_Options().set_newline_mode(PCRE2_NEWLINE_CRLF)
350 RE re("b*", RE_Options().set_newline_mode(PCRE2_NEWLINE_CR)
358 RE re("b*", RE_Options().set_newline_mode(PCRE2_NEWLINE_LF)
    [all...]

Completed in 558 milliseconds