Searched refs:unicode_code_point (Results 1 - 12 of 12) 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/googletest/googletest/src/
H A Dgtest.cc1826 UInt32 unicode_code_point; local
1831 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
1835 unicode_code_point = static_cast<UInt32>(str[i]);
1838 stream << CodePointToUtf8(unicode_code_point);
/external/libvpx/libvpx/third_party/googletest/src/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);
/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.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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/v8/testing/gtest/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);
/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/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);
/external/fmtlib/test/
H A Dgmock-gtest-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 252 milliseconds