Searched refs:kMultiByteMask (Results 1 – 1 of 1) sorted by relevance
43 static const int kMultiByteMask = 0xC0; in LengthWithoutIncompleteUtf8() local51 if ((c & kMultiByteMask) == kMultiByteValue) { in LengthWithoutIncompleteUtf8()