Searched refs:kUtf8SingleByteMask (Results 1 – 1 of 1) sorted by relevance
29 static const int kUtf8SingleByteMask = 0x80; in LengthWithoutIncompleteUtf8() local47 if ((c & kUtf8SingleByteMask) == kUtf8SingleByteValue) return answer; in LengthWithoutIncompleteUtf8()