GetOneOptionResult  697 pcre/pcrecpp_unittest.cc   GetOneOptionResult("UNGREEDY 1", "('.*')", str, options, false, "'this'" );
GetOneOptionResult  698 pcre/pcrecpp_unittest.cc   GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().set_ungreedy(true), false, "'this'" );
GetOneOptionResult  699 pcre/pcrecpp_unittest.cc   GetOneOptionResult("UNGREEDY", "('.*?')", str, options, false, "'this' is the 'world'" );
GetOneOptionResult  702 pcre/pcrecpp_unittest.cc   GetOneOptionResult("no UNGREEDY", "('.*')", str, options, false, "'this' is the 'world'" );
GetOneOptionResult  703 pcre/pcrecpp_unittest.cc   GetOneOptionResult("no UNGREEDY", "('.*?')", str, options, false, "'this'" );