Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxTwoByteChar

213     uchar l = ((first << 6) | second) & kMaxTwoByteChar;
232 if (l <= kMaxTwoByteChar) {