Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
/external/python/cpython3/Include/
Dcodecs.h211 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
/external/python/cpython3/Doc/c-api/
Dcodec.rst92 .. c:function:: PyObject* PyCodec_LookupError(const char *name)
/external/python/cpython2/Doc/c-api/
Dcodec.rst92 .. c:function:: PyObject* PyCodec_LookupError(const char *name)
/external/python/cpython3/PC/
Dpython3.def70 PyCodec_LookupError=python37.PyCodec_LookupError
/external/python/cpython3/Modules/
D_codecsmodule.c1066 return PyCodec_LookupError(name); in _codecs_lookup_error_impl()
/external/python/cpython2/Python/
Dcodecs.c579 PyObject *PyCodec_LookupError(const char *name) in PyCodec_LookupError() function
/external/python/cpython2/PC/os2emx/
Dpython27.def888 "PyCodec_LookupError"
/external/python/cpython2/Modules/
D_codecsmodule.c1050 return PyCodec_LookupError(name); in lookup_error()
/external/python/cpython3/Python/
Dcodecs.c643 PyObject *PyCodec_LookupError(const char *name) in PyCodec_LookupError() function
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c91 cb = PyCodec_LookupError(str); in call_error_callback()
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c97 cb = PyCodec_LookupError(PyString_AS_STRING(errors)); in call_error_callback()
/external/python/cpython3/Doc/data/
Drefcounts.dat303 PyCodec_LookupError:PyObject*::+1:
304 PyCodec_LookupError:const char*:name::
/external/python/cpython2/Objects/
Dunicodeobject.c1477 *errorHandler = PyCodec_LookupError(errors); in unicode_decode_call_errorhandler()
3579 *errorHandler = PyCodec_LookupError(errors); in unicode_encode_call_errorhandler()
4900 *errorHandler = PyCodec_LookupError(errors); in unicode_translate_call_errorhandler()
/external/python/cpython3/Objects/
Dunicodeobject.c4130 *errorHandler = PyCodec_LookupError(errors); in unicode_decode_call_errorhandler_wchar()
4232 *errorHandler = PyCodec_LookupError(errors); in unicode_decode_call_errorhandler_writer()
6678 *errorHandler = PyCodec_LookupError(errors); in unicode_encode_call_errorhandler()
8679 *errorHandler = PyCodec_LookupError(errors); in unicode_translate_call_errorhandler()