Home
last modified time | relevance | path

Searched refs:escape_byte (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs347 escape_byte(c as u8) in escape_unicode()
366 s.push_str(&escape_byte(b)); in escape_bytes()
371 fn escape_byte(byte: u8) -> String { in escape_byte() function
/third_party/rust/crates/regex/src/
Dre_bytes.rs1005 s.push_str(&escape_byte(b)); in fmt()
1010 fn escape_byte(byte: u8) -> String { in fmt() function
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs932 escape_byte(c as u8) in escape_unicode()
949 s.push_str(&escape_byte(b)); in escape_bytes()
954 fn escape_byte(byte: u8) -> String { in escape_byte() function