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