Home
last modified time | relevance | path

Searched refs:CodePointToUtf8 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h225 GTEST_API_ std::string CodePointToUtf8(uint32_t code_point);
H A Dgtest.cc1989 std::string CodePointToUtf8(uint32_t code_point) { in CodePointToUtf8() function
2073 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()