Lines Matching full:startindex
1215 self.startIndex = -1
1230 self.startIndex = payload.startIndex
1297 if self.startIndex == -1 and self.token is not None:
1300 return self.startIndex
1303 self.startIndex = index
1327 if self.startIndex < 0 or self.stopIndex < 0:
1328 self.startIndex = self.stopIndex = self.token.getTokenIndex()
1335 if self.startIndex >= 0 and self.stopIndex >= 0:
1342 self.startIndex = firstChild.getTokenStartIndex()