Searched refs:OCTDIGITS (Results 1 – 2 of 2) sorted by relevance
24 OCTDIGITS = set("01234567") variable255 elif c in OCTDIGITS:257 while source.next in OCTDIGITS and len(escape) < 4:297 while source.next in OCTDIGITS and len(escape) < 4:304 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and305 source.next in OCTDIGITS):809 if s.next in OCTDIGITS:811 if s.next in OCTDIGITS:818 if (c in OCTDIGITS and this[2] in OCTDIGITS and819 s.next in OCTDIGITS):
22 OCTDIGITS = frozenset("01234567") variable325 elif c in OCTDIGITS:327 escape += source.getwhile(2, OCTDIGITS)375 escape += source.getwhile(2, OCTDIGITS)381 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and382 source.next in OCTDIGITS):999 if s.next in OCTDIGITS:1001 if s.next in OCTDIGITS:1008 if (c in OCTDIGITS and this[2] in OCTDIGITS and1009 s.next in OCTDIGITS):