Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_parse.py20 REPEAT_CHARS = "*+?{" variable
472 elif this and this[0] in REPEAT_CHARS:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py20 REPEAT_CHARS = "*+?{" variable
488 elif this and this[0] in REPEAT_CHARS: