Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_data

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