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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 57 hqre = re.compile(r'[^-a-zA-Z0-9!*+/ ]') variable
66 return bool(hqre.match(c))
78 if hqre.match(c):
166 elif not hqre.match(c):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 57 hqre = re.compile(r'[^-a-zA-Z0-9!*+/ ]') variable
66 return bool(hqre.match(c))
78 if hqre.match(c):
166 elif not hqre.match(c):

Completed in 133 milliseconds