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

/external/chromium/testing/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.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/llvm/utils/unittest/googletest/
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);

Completed in 134 milliseconds