Home | History | Annotate | Download | only in src

Lines Matching full:character_position

8010   int character_position = offset;
8013 while (stream.HasMore() && character_position++ < offset + length) {
8027 character_position = offset;
8030 while (stream.HasMore() && character_position++ < offset + length) {