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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2990 UInt32 unicode_code_point; local
2995 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
2999 unicode_code_point = static_cast<UInt32>(str[i]);
3002 stream << CodePointToUtf8(unicode_code_point);

Completed in 56 milliseconds