Lines Matching refs:maxint
126 self.checkequal(0, '', 'count', '', sys.maxint, 0)
130 self.checkequal(0, '', 'count', 'xx', sys.maxint, 0)
183 self.checkequal(-1, '', 'find', '', sys.maxint, 0)
187 self.checkequal(-1, '', 'find', 'xx', sys.maxint, 0)
328 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4:
330 '\ta\n\tb', 'expandtabs', sys.maxint)
343 sys.maxint-1)
376 sys.maxint-2)
397 sys.maxint-10)
442 sys.maxint-20)
478 sys.maxint-100)
500 sys.maxint-5)
629 EQ("", "", "replace", "", "", sys.maxint)
638 EQ("*-A*-A*-", "AA", "replace", "", "*-", sys.maxint)
649 EQ("", "AAA", "replace", "A", "", sys.maxint)
658 EQ("BCD", "ABACADA", "replace", "A", "", sys.maxint)
681 "replace", "the", "", sys.maxint)
706 EQ("WhO gOes there?", "Who goes there?", "replace", "o", "O", sys.maxint)
723 EQ("Th** ** a t**sue", "This is a tissue", "replace", "is", "**", sys.maxint)
737 EQ("ReyKKjaviKK", "Reykjavik", "replace", "k", "KK", sys.maxint)
749 "replace", "spam", "ham", sys.maxint)
801 @unittest.skipIf(sys.maxint > (1 << 32) or struct.calcsize('P') != 4,
1139 longvalue = sys.maxint + 10L
1181 if width <= sys.maxint:
1184 if prec <= sys.maxint:
1188 if width <= sys.maxint:
1191 if prec <= sys.maxint: