Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_parse.py25 HEXDIGITS = set("0123456789abcdefABCDEF") variable
237 while source.next in HEXDIGITS and len(escape) < 4:
269 while source.next in HEXDIGITS and len(escape) < 4:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py25 HEXDIGITS = set("0123456789abcdefABCDEF") variable
248 while source.next in HEXDIGITS and len(escape) < 4:
280 while source.next in HEXDIGITS and len(escape) < 4: