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

  /external/pcre/pcrecpp/include/
pcrecpp.h 443 RE_Options &set_dollar_endonly(bool x) { function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 663 options.set_dollar_endonly(true);
665 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false);
    [all...]

Completed in 1151 milliseconds