Home
last modified time | relevance | path

Searched refs:MultibyteCodecObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/cjkcodecs/clinic/
Dmultibytecodec.c.h20 _multibytecodec_MultibyteCodec_encode_impl(MultibyteCodecObject *self,
25 _multibytecodec_MultibyteCodec_encode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t… in _multibytecodec_MultibyteCodec_encode()
83 _multibytecodec_MultibyteCodec_decode_impl(MultibyteCodecObject *self,
88 _multibytecodec_MultibyteCodec_decode(MultibyteCodecObject *self, PyObject *const *args, Py_ssize_t… in _multibytecodec_MultibyteCodec_decode()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c585 _multibytecodec_MultibyteCodec_encode_impl(MultibyteCodecObject *self, in _multibytecodec_MultibyteCodec_encode_impl()
654 _multibytecodec_MultibyteCodec_decode_impl(MultibyteCodecObject *self, in _multibytecodec_MultibyteCodec_decode_impl()
732 multibytecodec_dealloc(MultibyteCodecObject *self) in multibytecodec_dealloc()
750 .basicsize = sizeof(MultibyteCodecObject),
1056 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbiencoder_new()
1331 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbidecoder_new()
1648 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamreader_new()
1855 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamwriter_new()
1948 MultibyteCodecObject *self; in _multibytecodec___create_codec()
1961 self = PyObject_GC_New(MultibyteCodecObject, state->multibytecodec_type); in _multibytecodec___create_codec()
Dmultibytecodec.h66 } MultibyteCodecObject; typedef