Home | History | Annotate | Download | only in src

Lines Matching full:utf16_length

8962   int utf16_length = 0;
8972 utf16_length += is_two_characters ? 2 : 1;
8973 // No need to keep hashing. But we do need to calculate utf16_length.
8974 if (utf16_length > String::kMaxHashCalcLength) continue;
8987 *utf16_length_out = static_cast<int>(utf16_length);
8989 hasher.length_ = utf16_length;