Lines Matching refs:kMaxTwoByteChar
233 uchar code_point = ((first << 6) | second) & kMaxTwoByteChar;253 if (code_point <= kMaxTwoByteChar) {