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