Searched refs:unicode_code_point (Results 1 - 7 of 7) sorted by relevance
/external/chromium/testing/gtest/src/ |
H A D | gtest.cc | 1510 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/gtest/src/ |
H A D | gtest.cc | 1510 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/libvpx/libvpx/third_party/googletest/src/src/ |
H A D | gtest.cc | 1510 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/llvm/utils/unittest/googletest/ |
H A D | gtest.cc | 1510 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/open-vcdiff/gtest/src/ |
H A D | gtest.cc | 1525 UInt32 unicode_code_point; local 1530 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], 1534 unicode_code_point = static_cast<UInt32>(str[i]); 1538 stream << CodePointToUtf8(unicode_code_point, buffer);
|
/external/protobuf/gtest/src/ |
H A D | gtest.cc | 1495 UInt32 unicode_code_point; local 1500 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], 1504 unicode_code_point = static_cast<UInt32>(str[i]); 1508 stream << CodePointToUtf8(unicode_code_point, buffer);
|
/external/ceres-solver/internal/ceres/ |
H A D | gmock_gtest_all.cc | 2814 UInt32 unicode_code_point; local 2819 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], 2823 unicode_code_point = static_cast<UInt32>(str[i]); 2827 stream << CodePointToUtf8(unicode_code_point, buffer);
|
Completed in 4320 milliseconds