Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs468 let buf = encode_surrogate(cp); in never_accepts_surrogate_codepoints()
576 fn encode_surrogate(cp: u32) -> [u8; 3] { in encode_surrogate() function