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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1829 UInt32 unicode_code_point; local
1834 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1838 unicode_code_point = static_cast<UInt32>(str[i]);
1841 stream << CodePointToUtf8(unicode_code_point);

Completed in 13 milliseconds