Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dfeedparser.py31 NLCRE_eol = re.compile('(\r\n|\r|\n)\Z') variable
350 eolmo = NLCRE_eol.search(lastline)
387 mo = NLCRE_eol.search(epilogue)
394 mo = NLCRE_eol.search(payload)
477 mo = NLCRE_eol.search(line)
/external/python/cpython3/Lib/email/
Dfeedparser.py33 NLCRE_eol = re.compile(r'(\r\n|\r|\n)\Z') variable
362 eolmo = NLCRE_eol.search(lastline)
399 mo = NLCRE_eol.search(epilogue)
406 mo = NLCRE_eol.search(payload)
494 mo = NLCRE_eol.search(line)