HomeSort by relevance Sort by last modified time
    Searched refs:OCTDIGITS (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 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 an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 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 an
    [all...]

Completed in 49 milliseconds