Searched refs:OCTDIGITS (Results 1 – 2 of 2) sorted by relevance
24 OCTDIGITS = set("01234567") variable243 elif c in OCTDIGITS:245 while source.next in OCTDIGITS and len(escape) < 4:276 while source.next in OCTDIGITS and len(escape) < 4:283 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and284 source.next in OCTDIGITS):740 if s.next in OCTDIGITS:742 if s.next in OCTDIGITS:749 if (c in OCTDIGITS and this[2] in OCTDIGITS and750 s.next in OCTDIGITS):
24 OCTDIGITS = set("01234567") variable254 elif c in OCTDIGITS:256 while source.next in OCTDIGITS and len(escape) < 4:287 while source.next in OCTDIGITS and len(escape) < 4:294 if (escape[1] in OCTDIGITS and escape[2] in OCTDIGITS and295 source.next in OCTDIGITS):784 if s.next in OCTDIGITS:786 if s.next in OCTDIGITS:793 if (c in OCTDIGITS and this[2] in OCTDIGITS and794 s.next in OCTDIGITS):