Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_policybase.py9 from email.utils import _has_surrogates
287 if _has_surrogates(value):
344 if _has_surrogates(value):
Dpolicy.py8 from email.utils import _has_surrogates
213 if refold or refold_binary and _has_surrogates(value):
Dgenerator.py16 from email.utils import _has_surrogates
240 if _has_surrogates(msg._payload):
431 if _has_surrogates(msg._payload) and not self.policy.cte_type=='7bit':
Dutils.py51 def _has_surrogates(s): function
Dheaderregistry.py197 if utils._has_surrogates(kwds['decoded']):
D_header_value_parser.py790 if utils._has_surrogates(value):
992 if utils._has_surrogates(xtext):
2960 if utils._has_surrogates(value):
Dmessage.py263 if utils._has_surrogates(payload):