Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs926 Err(_) => escape_bytes(bytes), in escape_unicode()
946 fn escape_bytes(bytes: &[u8]) -> String { in escape_bytes() functions
975 use super::{escape_bytes, Literal, Literals};
989 .push(ULiteral { v: escape_bytes(&blit), cut: blit.is_cut() }); in escape_lits()
1634 assert_eq!($expected, escape_bytes(got));
1669 assert_eq!($expected, escape_bytes(got));

Completed in 3 milliseconds