Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A D_policybase.py9 from email.utils import _has_surrogates namespace
287 if _has_surrogates(value):
344 if _has_surrogates(value):
H A Dpolicy.py8 from email.utils import _has_surrogates namespace
213 if refold or refold_binary and _has_surrogates(value):
H A Dgenerator.py16 from email.utils import _has_surrogates namespace
241 if _has_surrogates(msg._payload):
433 if _has_surrogates(msg._payload) and not self.policy.cte_type=='7bit':
H A Dutils.py51 def _has_surrogates(s): function
H A Dheaderregistry.py193 if utils._has_surrogates(kwds['decoded']):
H A D_header_value_parser.py790 if utils._has_surrogates(value):
992 if utils._has_surrogates(xtext):
2960 if utils._has_surrogates(value):
H A Dmessage.py293 if utils._has_surrogates(payload):

Completed in 9 milliseconds