Searched refs:kUtf8FourByteMask (Results 1 – 1 of 1) sorted by relevance
40 static const int kUtf8FourByteMask = 0xF8; in LengthWithoutIncompleteUtf8() local65 } else if ((c & kUtf8FourByteMask) == kUtf8FourByteValue) { in LengthWithoutIncompleteUtf8()