Searched refs:is_two_characters (Results 1 – 2 of 2) sorted by relevance
28 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode; in Reset() local29 utf16_length += is_two_characters ? 2 : 1; in Reset()35 if (is_two_characters) { in Reset()51 DCHECK(is_two_characters); in Reset()
11719 bool is_two_characters = c > unibrow::Utf16::kMaxNonSurrogateCharCode; in ComputeUtf8Hash() local11720 utf16_length += is_two_characters ? 2 : 1; in ComputeUtf8Hash()11723 if (is_two_characters) { in ComputeUtf8Hash()