HomeSort by relevance Sort by last modified time
    Searched refs:set_caseless (Results 1 - 2 of 2) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpp.h 202 // RE_Options & set_caseless(bool),
221 // opt.set_caseless(true);
234 // RE_Options().set_caseless(true).set_multiline(true)).PartialMatch(str);
251 // .set_caseless(true)
375 // RE_Options().set_caseless(true).set_multiline(true)).PartialMatch(str);
400 RE_Options &set_caseless(bool x) { function in class:pcrecpp::RE_Options
491 return RE_Options().set_caseless(true);
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 620 options.set_caseless(true);
622 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false);
627 options.set_caseless(false);
    [all...]

Completed in 201 milliseconds