Home | History | Annotate | Download | only in src

Lines Matching full:utf8_bytes

11185   int utf8_bytes = 0;
11189 utf8_bytes += unibrow::Utf8::Length(character, last);
11194 *length_return = utf8_bytes;
11197 char* result = NewArray<char>(utf8_bytes + 1);