Lines Matching defs:utf8_length
460 int utf8_length = Min(str->length(), kUtf8BufferSize - utf8_pos_);461 String::WriteToFlat(str, utf8_buffer_ + utf8_pos_, 0, utf8_length);462 utf8_pos_ += utf8_length;