Searched refs:MultibyteCodec (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.h | 63 } MultibyteCodec; typedef 67 MultibyteCodec *codec; 74 MultibyteCodec *codec; \
|
D | cjkcodecs.h | 63 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()
|
D | multibytecodec.c | 47 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/ |
D | multibytecodec.h | 58 } MultibyteCodec; typedef 62 MultibyteCodec *codec; 69 MultibyteCodec *codec; \
|
D | cjkcodecs.h | 63 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()
|
D | multibytecodec.c | 35 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/ |
D | HISTORY | 1465 - Patch #1297028: fix segfault if call type on MultibyteCodec,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18849 - Patch #1297028: fix segfault if call type on MultibyteCodec,
|