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