Home
last modified time | relevance | path

Searched defs:decode_utf8 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
Dutf8.rs51 pub fn decode_utf8(src: &[u8]) -> Option<(char, usize)> { in decode_utf8() function
/third_party/python/Parser/
Dstring_parser.c51 decode_utf8(const char **sPtr, const char *end) in decode_utf8() function