Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxThreeByteChar

231     uchar l = ((((first << 6) | second) << 6) | third) & kMaxThreeByteChar;
251 if (l <= kMaxThreeByteChar) {