Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.h61 } MultibyteCodec; typedef
65 MultibyteCodec *codec;
72 MultibyteCodec *codec; \
Dcjkcodecs.h63 static const MultibyteCodec *codec_list;
214 #define BEGIN_CODECS_LIST static const MultibyteCodec _codec_list[] = {
240 static const MultibyteCodec *codec_list = \
241 (const MultibyteCodec *)_codec_list;
262 const MultibyteCodec *codec; in getcodec()
Dmultibytecodec.c68 static PyObject *multibytecodec_encode(MultibyteCodec *,
225 multibytecodec_encerror(MultibyteCodec *codec, in multibytecodec_encerror()
380 multibytecodec_decerror(MultibyteCodec *codec, in multibytecodec_decerror()
484 multibytecodec_encode(MultibyteCodec *codec, in multibytecodec_encode()
1949 MultibyteCodec *codec; in _multibytecodec___create_codec()
/third_party/python/Misc/
DHISTORY18849 - Patch #1297028: fix segfault if call type on MultibyteCodec,