Searched refs:EncodeAsUTF8Char (Results 1 – 4 of 4) sorted by relevance
876 PROTOBUF_EXPORT int EncodeAsUTF8Char(uint32 code_point, char* output);
2250 int EncodeAsUTF8Char(uint32 code_point, char* output) { in EncodeAsUTF8Char() function
518 int len = EncodeAsUTF8Char(code, buf); in ParseUnicodeEscape()
382 "google::protobuf::EncodeAsUTF8Char(unsigned int, char*)";