Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3243 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1; variable
3261 if (code_point > kMaxCodePoint4) { in CodePointToUtf8()