Searched refs:escape_byte (Results 1 – 3 of 3) sorted by relevance
347 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
1005 s.push_str(&escape_byte(b)); in fmt()1010 fn escape_byte(byte: u8) -> String { in fmt() function
932 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