Home | History | Annotate | Download | only in src

Lines Matching refs:character_position

8293   int character_position = offset;
8296 while (stream.HasMore() && character_position++ < offset + length) {
8310 character_position = offset;
8313 while (stream.HasMore() && character_position++ < offset + length) {