Home
last modified time | relevance | path

Searched refs:kMaxCodePoint2 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2897 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1; variable
2929 } else if (code_point <= kMaxCodePoint2) { in CodePointToUtf8()