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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1511 UInt32 unicode_code_point; local
1516 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1520 unicode_code_point = static_cast<UInt32>(str[i]);
1524 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/gtest/src/
H A Dgtest.cc1506 UInt32 unicode_code_point; local
1511 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1515 unicode_code_point = static_cast<UInt32>(str[i]);
1518 stream << CodePointToUtf8(unicode_code_point);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1510 UInt32 unicode_code_point; local
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1519 unicode_code_point = static_cast<UInt32>(str[i]);
1523 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1510 UInt32 unicode_code_point; local
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1519 unicode_code_point = static_cast<UInt32>(str[i]);
1523 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/protobuf/gtest/src/
H A Dgtest.cc1531 UInt32 unicode_code_point; local
1536 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1540 unicode_code_point = static_cast<UInt32>(str[i]);
1544 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1506 UInt32 unicode_code_point; local
1511 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1515 unicode_code_point = static_cast<UInt32>(str[i]);
1518 stream << CodePointToUtf8(unicode_code_point);
/external/libvpx/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);
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp3006 UInt32 unicode_code_point; local
3011 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
3015 unicode_code_point = static_cast<UInt32>(str[i]);
3018 stream << CodePointToUtf8(unicode_code_point);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2871 UInt32 unicode_code_point; local
2876 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
2880 unicode_code_point = static_cast<UInt32>(str[i]);
2884 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 192 milliseconds