HomeSort by relevance Sort by last modified time
    Searched full:dollar_endonly (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcrecpp_unittest.cc 659 TestOneOption("no DOLLAR_ENDONLY", "world$", str, options, false);
661 TestOneOption("DOLLAR_ENDONLY 1", "world$", str, options, false, false);
662 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false);
    [all...]
pcrecpp.h 413 bool dollar_endonly() const { function in class:pcrecpp::RE_Options
pcretest.c     [all...]
  /external/pcre/dist/testdata/
testoutput2 317 Options: dollar_endonly
    [all...]

Completed in 72 milliseconds