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