Searched defs:CodePointToUtf8 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1720 std::string CodePointToUtf8(UInt32 code_point) { function in namespace:testing::internal
1802 stream << CodePointToUtf8(unicode_code_point);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1435 char* CodePointToUtf8(UInt32 code_point, char* str) { function in namespace:testing::internal
1522 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1523 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/gtest/src/
H A Dgtest.cc1436 std::string CodePointToUtf8(UInt32 code_point) { function in namespace:testing::internal
1518 stream << CodePointToUtf8(unicode_code_point);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1435 char* CodePointToUtf8(UInt32 code_point, char* str) { function in namespace:testing::internal
1522 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1523 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1435 char* CodePointToUtf8(UInt32 code_point, char* str) { function in namespace:testing::internal
1522 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1523 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/protobuf/gtest/src/
H A Dgtest.cc945 char buffer[32]; // CodePointToUtf8 requires a buffer that big.
947 << (wchar ? CodePointToUtf8(static_cast<UInt32>(wchar), buffer) : "\\0")
1420 char* CodePointToUtf8(UInt32 code_point, char* str) { function in namespace:testing::internal
1507 char buffer[32]; // CodePointToUtf8 requires a buffer this big.
1508 stream << CodePointToUtf8(unicode_code_point, buffer);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
2920 std::string CodePointToUtf8(UInt32 code_point) { function in namespace:testing::internal
3002 stream << CodePointToUtf8(unicode_code_point);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
2920 std::string CodePointToUtf8(UInt32 code_point) { function in namespace:testing::internal
3002 stream << CodePointToUtf8(unicode_code_point);

Completed in 444 milliseconds