Searched refs:DecodeUTF8Codepoint (Results 1 – 1 of 1) sorted by relevance
578 uint16 DecodeUTF8Codepoint(uint8* bytes, size_t* length) { in DecodeUTF8Codepoint() function631 codepoint = DecodeUTF8Codepoint(bytes, &have_bytes); in EscapeJSString()