Searched refs:kMaxCodePoint1 (Results 1 – 9 of 9) sorted by relevance
1407 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1436 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1733 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1765 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1778 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1810 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1742 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1774 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1738 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1770 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1904 constexpr uint32_t kMaxCodePoint1 = (static_cast<uint32_t>(1) << 7) - 1; variable1936 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1840 constexpr uint32_t kMaxCodePoint1 = (static_cast<uint32_t>(1) << 7) - 1; variable1874 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
2822 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable2854 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
3181 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable3213 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()