Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxCodePoint1

1410 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) <<  7) - 1;
1442 if (code_point <= kMaxCodePoint1) {