Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_length

4253       int utf8_length = 0;
4256 utf8_length += *chars++ >> 7;
4259 utf8_length_ = utf8_length + length;
4264 int utf8_length = 0;
4268 utf8_length += unibrow::Utf8::Length(c, last_character);
4271 utf8_length_ = utf8_length;