HomeSort by relevance Sort by last modified time
    Searched refs:headerRE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])')
207 if not headerRE.match(line):
  /external/python/cpython2/Lib/email/
feedparser.py 35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])')
228 if not headerRE.match(line):
  /external/python/cpython3/Lib/email/
feedparser.py 37 headerRE = re.compile(r'^(From |[\041-\071\073-\176]*:|[\t ])')
230 if not headerRE.match(line):

Completed in 2480 milliseconds