Home
last modified time | relevance | path

Searched defs:line_ending (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_importlib/source/
Dtest_source_encoding.py123 def run_test(self, line_ending): argument
/third_party/rust/crates/nom/src/character/
Dstreaming.rs218 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
Dcomplete.rs227 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function