Home | History | Annotate | Download | only in src

Lines Matching refs:character_position

8037   int character_position = offset;
8040 while (stream.HasMore() && character_position++ < offset + length) {
8054 character_position = offset;
8057 while (stream.HasMore() && character_position++ < offset + length) {