Searched defs:decode_utf8 (Results 1 – 6 of 6) sorted by relevance
31 pub fn decode_utf8(&self) -> StrLitDecodeResult<String> { in decode_utf8() method67 fn decode_utf8() { in decode_utf8() function
48 pub fn decode_utf8(&self) -> StrLitDecodeResult<String> { in decode_utf8() method76 fn decode_utf8() { in decode_utf8() function
51 pub fn decode_utf8(src: &[u8]) -> Option<(char, usize)> { in decode_utf8() function
430 pub fn decode_utf8(self) -> Result<Cow<'a, str>, str::Utf8Error> { in decode_utf8() method
51 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