Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/examples/
H A Dstring.rs28 /// hexadecimal numerals. We will combine this later with parse_escaped_char
61 fn parse_escaped_char<'a, E>(input: &'a str) -> IResult<&'a str, char, E> in parse_escaped_char() functions
118 /// Combine parse_literal, parse_escaped_whitespace, and parse_escaped_char
128 map(parse_escaped_char, StringFragment::EscapedChar), in parse_fragment()

Completed in 1 milliseconds