Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1837 UInt32 unicode_code_point; in WideStringToUtf8() local
1842 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], in WideStringToUtf8()
1846 unicode_code_point = static_cast<UInt32>(str[i]); in WideStringToUtf8()
1849 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()