Searched refs:kUtf8TwoByteMask (Results 1 – 1 of 1) sorted by relevance
34 static const int kUtf8TwoByteMask = 0xE0; in LengthWithoutIncompleteUtf8() local55 if ((c & kUtf8TwoByteMask) == kUtf8TwoByteValue) { in LengthWithoutIncompleteUtf8()