Home
last modified time | relevance | path

Searched refs:MultibyteCodec (Results 1 – 4 of 4) 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()
361 multibytecodec_decerror(MultibyteCodec *codec, in multibytecodec_decerror()
469 multibytecodec_encode(MultibyteCodec *codec, in multibytecodec_encode()
1779 MultibyteCodec *codec; in __create_codec()
/external/python/cpython2/Misc/
DHISTORY1465 - Patch #1297028: fix segfault if call type on MultibyteCodec,