Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h230 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
H A Dgtest.cc1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8() function
1849 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()