Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_byte_position

6072   int utf8_byte_position = 0;
6079 utf8_byte_position +=
6080 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
6083 result[utf8_byte_position] = 0;