Searched refs:end_of_line (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/nom/tests/ |
H A D | multiline.rs | 8 pub fn end_of_line(input: &str) -> IResult<&str, &str> { in end_of_line() functions 17 terminated(alphanumeric, end_of_line)(input) in read_line()
|
/third_party/python/Lib/email/ |
H A D | header.py | 435 end_of_line = self._current_line.pop() 436 if end_of_line != (' ', ''): 437 self._current_line.push(*end_of_line)
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 1458 end_of_line(char *p, char *endptr, int *lenptr) in end_of_line() function 1789 char *pp = end_of_line(lastmatchrestart, endptr, &ellength); in do_after_lines() 2673 t = end_of_line(t, endptr, &endlinelength); in pcre2grep() 2897 t = end_of_line(ptr, endptr, &endlinelength); in pcre2grep() 2925 p = end_of_line(p, ptr, &ellength); in pcre2grep() 2939 pp = end_of_line(pp, endptr, &ellength); in pcre2grep() 2981 pp = end_of_line(pp, endptr, &ellength); in pcre2grep() 3052 t = end_of_line(ptr, endptr, &endlinelength); in pcre2grep() 3125 t = end_of_line(t, endptr, &ellength); in pcre2grep() 3128 endmatch = end_of_line(endmatc in pcre2grep() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler-tonode.cc | 935 RegExpNode* end_of_line = ActionNode::BeginPositiveSubmatch( in RationalizeConsecutiveAtoms() local 938 GuardedAlternative eol_alternative(end_of_line); in RationalizeConsecutiveAtoms()
|
/third_party/rust/crates/nom/src/character/ |
H A D | streaming.rs | 1101 fn end_of_line() { in end_of_line() functions
|
H A D | complete.rs | 1143 fn end_of_line() { in end_of_line() functions
|
Completed in 18 milliseconds