Home | History | Annotate | Download | only in gtest

Lines Matching refs:kMaxCodePoint1

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