Home
last modified time | relevance | path

Searched refs:end_of_line (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/nom/tests/
H A Dmultiline.rs8 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 Dheader.py435 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 Dpcre2grep.c1458 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 Dregexp-compiler-tonode.cc935 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 Dstreaming.rs1101 fn end_of_line() { in end_of_line() functions
H A Dcomplete.rs1143 fn end_of_line() { in end_of_line() functions

Completed in 18 milliseconds