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

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

Completed in 1101 milliseconds