Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_header_value_parser.py2649 last_ew = _fold_as_ew(tstr, lines, maxlen, last_ew,
2688 def _fold_as_ew(to_encode, lines, maxlen, last_ew, ew_combine_allowed, charset): function