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