Searched refs:EncodeAsUTF8Char (Results 1 – 3 of 3) sorted by relevance
470 int len = EncodeAsUTF8Char(code, buf); in ParseUnicodeEscape()
877 PROTOBUF_EXPORT int EncodeAsUTF8Char(uint32 code_point, char* output);
2255 int EncodeAsUTF8Char(uint32 code_point, char* output) { in EncodeAsUTF8Char() function