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