Home
last modified time | relevance | path

Searched refs:MultibyteCodec (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h63 } MultibyteCodec; typedef
67 MultibyteCodec *codec;
74 MultibyteCodec *codec; \
Dcjkcodecs.h63 static const MultibyteCodec *codec_list;
213 #define BEGIN_CODECS_LIST static const MultibyteCodec _codec_list[] = {
239 static const MultibyteCodec *codec_list = \
240 (const MultibyteCodec *)_codec_list;
261 const MultibyteCodec *codec; in getcodec()
Dmultibytecodec.c47 static PyObject *multibytecodec_encode(MultibyteCodec *,
222 multibytecodec_encerror(MultibyteCodec *codec, in multibytecodec_encerror()
360 multibytecodec_decerror(MultibyteCodec *codec, in multibytecodec_decerror()
467 multibytecodec_encode(MultibyteCodec *codec, in multibytecodec_encode()
1780 MultibyteCodec *codec; in __create_codec()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h58 } MultibyteCodec; typedef
62 MultibyteCodec *codec;
69 MultibyteCodec *codec; \
Dcjkcodecs.h63 static const MultibyteCodec *codec_list;
212 #define BEGIN_CODECS_LIST static const MultibyteCodec _codec_list[] = {
238 static const MultibyteCodec *codec_list = \
239 (const MultibyteCodec *)_codec_list;
262 const MultibyteCodec *codec; in getcodec()
Dmultibytecodec.c35 static PyObject *multibytecodec_encode(MultibyteCodec *,
202 multibytecodec_encerror(MultibyteCodec *codec, in multibytecodec_encerror()
357 multibytecodec_decerror(MultibyteCodec *codec, in multibytecodec_decerror()
461 multibytecodec_encode(MultibyteCodec *codec, in multibytecodec_encode()
1861 MultibyteCodec *codec; in _multibytecodec___create_codec()
/external/python/cpython2/Misc/
DHISTORY1465 - Patch #1297028: fix segfault if call type on MultibyteCodec,
/external/python/cpython3/Misc/
DHISTORY18849 - Patch #1297028: fix segfault if call type on MultibyteCodec,