Home
last modified time | relevance | path

Searched refs:OCTDIGITS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_parse.py24 OCTDIGITS = set("01234567") variable
243 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 and
284 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 and
750 s.next in OCTDIGITS):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py24 OCTDIGITS = set("01234567") variable
254 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 and
295 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 and
794 s.next in OCTDIGITS):