Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1744 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1; variable
1777 } else if (code_point <= kMaxCodePoint3) { in CodePointToUtf8()