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()
1408 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1437 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
1734 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1766 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()
1751 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable1783 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()
3181 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1; variable3213 if (code_point <= kMaxCodePoint1) { in CodePointToUtf8()