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