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

  /external/chromium_org/v8/src/
unicode.cc 277 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode; local
278 utf16_length += is_two_characters ? 2 : 1;
284 if (is_two_characters) {
299 DCHECK(is_two_characters);
    [all...]
objects.cc 8971 bool is_two_characters = c > unibrow::Utf16::kMaxNonSurrogateCharCode; local
    [all...]

Completed in 175 milliseconds