Home | History | Annotate | Download | only in accessibility

Lines Matching full:index2

683     int index2 = index(positionRange.end);
684 if (index1 < 0 || index2 < 0 || index1 > index2)
687 return PlainTextRange(index1, index2 - index1);