Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1491 UInt32 unicode_code_point; in WideStringToUtf8() local
1496 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], in WideStringToUtf8()
1500 unicode_code_point = static_cast<UInt32>(str[i]); in WideStringToUtf8()
1503 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8()