Home | History | Annotate | Download | only in src

Lines Matching full:utf8_byte_position

11202   int utf8_byte_position = 0;
11209 utf8_byte_position +=
11210 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
11213 result[utf8_byte_position] = 0;