Home | History | Annotate | Download | only in python2.7

Lines Matching refs:OCTDIGITS

25 OCTDIGITS = set("01234567")
244 elif c in OCTDIGITS:
246 while source.next in OCTDIGITS and len(escape) < 4:
277 while source.next in OCTDIGITS and len(escape) < 4:
284 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and
285 source.next in OCTDIGITS):
753 if s.next in OCTDIGITS:
755 if s.next in OCTDIGITS:
762 if (c in OCTDIGITS and this[2] in OCTDIGITS and
763 s.next in OCTDIGITS):