Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxTwoByteChar

210     uchar code_point = ((first << 6) | second) & kMaxTwoByteChar;
230 if (code_point <= kMaxTwoByteChar) {