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()
12173 bool is_two_characters = c > unibrow::Utf16::kMaxNonSurrogateCharCode; in ComputeUtf8Hash() local12174 utf16_length += is_two_characters ? 2 : 1; in ComputeUtf8Hash()12177 if (is_two_characters) { in ComputeUtf8Hash()