Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/text_format/lexer/
Dstr_lit.rs47 pub fn decode_utf8(&self) -> StrLitDecodeResult<String> { in decode_utf8() method
75 fn decode_utf8() { in decode_utf8() function
/external/rust/crates/regex/src/
Dutf8.rs51 pub fn decode_utf8(src: &[u8]) -> Option<(char, usize)> { in decode_utf8() function
/external/rust/crates/percent-encoding/
Dlib.rs405 pub fn decode_utf8(self) -> Result<Cow<'a, str>, str::Utf8Error> { in decode_utf8() method
/external/python/cpython3/Parser/pegen/
Dparse_string.c45 decode_utf8(const char **sPtr, const char *end) in decode_utf8() function
/external/python/cpython2/Python/
Dast.c3370 decode_utf8(struct compiling *c, const char **sPtr, const char *end, char* encoding) in decode_utf8() function
/external/python/cpython3/Python/
Dast.c4549 decode_utf8(struct compiling *c, const char **sPtr, const char *end) in decode_utf8() function