Home
last modified time | relevance | path

Searched refs:set_caseless (Results 1 – 2 of 2) sorted by relevance

/external/pcre/pcrecpp/include/
Dpcrecpp.h400 RE_Options &set_caseless(bool x) { in set_caseless() function
491 return RE_Options().set_caseless(true); in CASELESS()
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc620 options.set_caseless(true); in Test_CASELESS()
622 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false); in Test_CASELESS()
627 options.set_caseless(false); in Test_CASELESS()