Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcodecs.h139 PyAPI_FUNC(PyObject *) PyCodec_Encoder(
/external/python/cpython2/Python/
Dcodecs.c301 PyObject *PyCodec_Encoder(const char *encoding) in PyCodec_Encoder() function
431 encoder = PyCodec_Encoder(encoding); in PyCodec_Encode()
Dpythonrun.c309 PyObject *enc = PyCodec_Encoder(loc_codeset); in Py_InitializeEx()
/external/python/cpython2/Doc/c-api/
Dcodec.rst45 .. c:function:: PyObject* PyCodec_Encoder(const char *encoding)
/external/python/cpython2/PC/os2emx/
Dpython27.def881 "PyCodec_Encoder"