HomeSort by relevance Sort by last modified time
    Searched refs:is_two_characters (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
unicode-decoder.cc 28 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode; local
29 utf16_length += is_two_characters ? 2 : 1;
35 if (is_two_characters) {
51 DCHECK(is_two_characters);
objects.cc 11719 bool is_two_characters = c > unibrow::Utf16::kMaxNonSurrogateCharCode; local
    [all...]

Completed in 437 milliseconds