OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_caseless
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
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)
367
// RE_Options().
set_caseless
(true).set_multiline(true)).PartialMatch(str);
388
RE_Options &
set_caseless
(bool x) {
function in class:pcrecpp::RE_Options
470
return RE_Options().
set_caseless
(true);
pcrecpp_unittest.cc
617
options.
set_caseless
(true);
619
TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.
set_caseless
(true), false);
624
options.
set_caseless
(false);
[
all
...]
Completed in 381 milliseconds