OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newline_mode
(Results
1 - 2
of
2
) sorted by null
/external/pcre/pcrecpp/
pcrecpp.cc
100
if (options_.
newline_mode
()) {
108
options_.
newline_mode
()) == PCRE2_ERROR_BADDATA) {
215
is_multi_char_newline_mode(options_.
newline_mode
())) {
/external/pcre/pcrecpp/include/
pcrecpp.h
411
int
newline_mode
() const {
function in class:pcrecpp::RE_Options
421
RE_Options & set_newline_mode(int
newline_mode
) {
422
newline_mode_ =
newline_mode
;
Completed in 8168 milliseconds