Lines Matching defs:utf8_length
4465 int utf8_length = 0;4468 utf8_length += *chars++ >> 7;4471 utf8_length_ = utf8_length + length;4476 int utf8_length = 0;4480 utf8_length += unibrow::Utf8::Length(c, last_character);4483 utf8_length_ = utf8_length;