/external/pcre/dist/ |
pcrecpp_unittest.cc | 659 TestOneOption("no DOLLAR_ENDONLY", "world$", str, options, false); 661 TestOneOption("DOLLAR_ENDONLY 1", "world$", str, options, false, false); 662 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false); [all...] |
pcrecpp.h | 413 bool dollar_endonly() const { function in class:pcrecpp::RE_Options
|
pcretest.c | [all...] |
/external/pcre/dist/testdata/ |
testoutput2 | 317 Options: dollar_endonly [all...] |