Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_bytes

10472   int utf8_bytes = 0;
10476 utf8_bytes += unibrow::Utf8::Length(character, last);
10481 *length_return = utf8_bytes;
10484 char* result = NewArray<char>(utf8_bytes + 1);