Home | History | Annotate | Download | only in src

Lines Matching full:utf8_data

11993   const uint8_t* utf8_data = reinterpret_cast<const uint8_t*>(str.start());
11996 uint32_t r = unibrow::Utf8::ValueOf(utf8_data, remaining_in_str, &cursor);
12005 utf8_data += cursor;