Searched refs:CodePointToUtf8 (Results 1 – 2 of 2) sorted by relevance
230 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8() function1849 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()