Searched refs:CodePointToUtf8 (Results 1 – 1 of 1) sorted by relevance
633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);3260 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8() function3342 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()