Searched refs:IsUtf16SurrogatePair (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2955 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { function in namespace:testing::internal
2994 } else if (i + 1 < num_chars && IsUtf16SurrogatePair(str[i], str[i + 1])) {

Completed in 60 milliseconds