Home | History | Annotate | Download | only in test

Lines Matching refs:maxsize

189         self.checkequal(-1, 'ab', 'find', 'xxx', sys.maxsize + 1, 0)

260 self.checkequal(-1, 'ab', 'rfind', 'xxx', sys.maxsize + 1, 0)