pcrecpp_unittest.cc | 618 RE_Options options2; local 622 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false); 633 RE_Options options2; local 638 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false); 646 RE_Options options2; local 651 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true); 659 RE_Options options2; local 665 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false); 670 RE_Options options2; local 675 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.set_extended(true), false, false) [all...] |