Searched refs:kMaxCodePoint1 (Results 1 – 1 of 1) sorted by relevance
1961 constexpr uint32_t kMaxCodePoint1 = (static_cast<uint32_t>(1) << 7) - 1; variable1995 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()