Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1741 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1; variable
1773 } else if (code_point <= kMaxCodePoint2) { in CodePointToUtf8()