Home
last modified time | relevance | path

Searched refs:is_two_characters (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dunicode-decoder.cc28 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode; in Reset() local
29 utf16_length += is_two_characters ? 2 : 1; in Reset()
35 if (is_two_characters) { in Reset()
51 DCHECK(is_two_characters); in Reset()
Dobjects.cc12173 bool is_two_characters = c > unibrow::Utf16::kMaxNonSurrogateCharCode; in ComputeUtf8Hash() local
12174 utf16_length += is_two_characters ? 2 : 1; in ComputeUtf8Hash()
12177 if (is_two_characters) { in ComputeUtf8Hash()