Searched refs:GetOneOptionResult (Results 1 - 1 of 1) sorted by relevance

/external/pcre/pcrecpp/
H A Dpcrecpp_unittest.cc567 static void GetOneOptionResult( function
721 GetOneOptionResult("UNGREEDY 1", "('.*')", str, options, false, "'this'" );
722 GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().set_ungreedy(true), false, "'this'" );
723 GetOneOptionResult("UNGREEDY", "('.*?')", str, options, false, "'this' is the 'world'" );
726 GetOneOptionResult("no UNGREEDY", "('.*')", str, options, false, "'this' is the 'world'" );
727 GetOneOptionResult("no UNGREEDY", "('.*?')", str, options, false, "'this'" );

Completed in 141 milliseconds