Searched defs:decode_utf8 (Results 1 – 6 of 6) sorted by relevance
47 pub fn decode_utf8(&self) -> StrLitDecodeResult<String> { in decode_utf8() method75 fn decode_utf8() { in decode_utf8() function
51 pub fn decode_utf8(src: &[u8]) -> Option<(char, usize)> { in decode_utf8() function
405 pub fn decode_utf8(self) -> Result<Cow<'a, str>, str::Utf8Error> { in decode_utf8() method
45 decode_utf8(const char **sPtr, const char *end) in decode_utf8() function
3370 decode_utf8(struct compiling *c, const char **sPtr, const char *end, char* encoding) in decode_utf8() function
4549 decode_utf8(struct compiling *c, const char **sPtr, const char *end) in decode_utf8() function