Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dquoprimime.py57 hqre = re.compile(r'[^-a-zA-Z0-9!*+/ ]') variable
65 return bool(hqre.match(c))
77 if hqre.match(c):
164 elif not hqre.match(c):