Home | History | Annotate | Download | only in src

Lines Matching refs:character_position

6053   int character_position = offset;
6056 while (buffer->has_more() && character_position++ < offset + length) {
6071 character_position = offset;
6074 while (buffer->has_more() && character_position++ < offset + length) {