Home | History | Annotate | Download | only in src

Lines Matching refs:Utf8

118       if (c <= unibrow::Utf8::kMaxOneByteChar) {
121 int char_length = unibrow::Utf8::Length(c, previous);
123 unibrow::Utf8::Encode(utf8_buffer_ + utf8_pos_, c, previous);