Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_codeccallbacks.py673 surrogatepass_errors = codecs.lookup_error('surrogatepass')
677 surrogatepass_errors,
683 surrogatepass_errors,
689 surrogatepass_errors,
697 surrogatepass_errors,
702 surrogatepass_errors,
709 surrogatepass_errors,
732 surrogatepass_errors(
738 surrogatepass_errors(
/third_party/python/Python/
Dcodecs.c1397 static PyObject *surrogatepass_errors(PyObject *self, PyObject *exc) in surrogatepass_errors() function
1481 surrogatepass_errors, in _PyCodecRegistry_Init()