Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_bytes

8011   int utf8_bytes = 0;
8015 utf8_bytes += unibrow::Utf8::Length(character, last);
8020 *length_return = utf8_bytes;
8023 char* result = NewArray<char>(utf8_bytes + 1);