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

  /external/pcre/
pcrecpp_unittest.cc 658 TestOneOption("no DOLLAR_ENDONLY", "world$", str, options, false);
660 TestOneOption("DOLLAR_ENDONLY 1", "world$", str, options, false, false);
661 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/testdata/
testoutput2 315 Options: dollar_endonly
    [all...]

Completed in 884 milliseconds