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