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

/external/chromium/testing/gtest/src/
H A Dgtest.cc1474 // using CreateCodePointFromUtf16SurrogatePair.
1481 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, function in namespace:testing::internal
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
/external/gtest/src/
H A Dgtest.cc1474 // using CreateCodePointFromUtf16SurrogatePair.
1481 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, function in namespace:testing::internal
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1474 // using CreateCodePointFromUtf16SurrogatePair.
1481 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, function in namespace:testing::internal
1515 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],
/external/protobuf/gtest/src/
H A Dgtest.cc1459 // using CreateCodePointFromUtf16SurrogatePair.
1466 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, function in namespace:testing::internal
1500 unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i],

Completed in 213 milliseconds