Searched defs:encode_utf8 (Results 1 – 2 of 2) sorted by relevance
257 static size_t encode_utf8(char* s, unsigned int ch) in encode_utf8() function
631 pub fn encode_utf8(self, dst: &mut [u8]) -> &mut str { in encode_utf8() method