Searched refs:MultibyteCodecObject (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 543 MultibyteCodec_Encode(MultibyteCodecObject *self, in MultibyteCodec_Encode() 599 MultibyteCodec_Decode(MultibyteCodecObject *self, in MultibyteCodec_Decode() 687 multibytecodec_dealloc(MultibyteCodecObject *self) in multibytecodec_dealloc() 695 sizeof(MultibyteCodecObject), /* tp_basicsize */ 936 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbiencoder_new() 1145 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbidecoder_new() 1461 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamreader_new() 1666 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamwriter_new() 1779 MultibyteCodecObject *self; in __create_codec() 1791 self = PyObject_New(MultibyteCodecObject, &MultibyteCodec_Type); in __create_codec()
|
D | multibytecodec.h | 68 } MultibyteCodecObject; typedef
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/clinic/ |
D | multibytecodec.c.h | 20 _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()
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 584 _multibytecodec_MultibyteCodec_encode_impl(MultibyteCodecObject *self, in _multibytecodec_MultibyteCodec_encode_impl() 653 _multibytecodec_MultibyteCodec_decode_impl(MultibyteCodecObject *self, in _multibytecodec_MultibyteCodec_decode_impl() 731 multibytecodec_dealloc(MultibyteCodecObject *self) in multibytecodec_dealloc() 749 .basicsize = sizeof(MultibyteCodecObject), 1055 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbiencoder_new() 1330 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbidecoder_new() 1647 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamreader_new() 1871 self->codec = ((MultibyteCodecObject *)codec)->codec; in mbstreamwriter_new() 1964 MultibyteCodecObject *self; in _multibytecodec___create_codec() 1977 self = PyObject_GC_New(MultibyteCodecObject, state->multibytecodec_type); in _multibytecodec___create_codec()
|
D | multibytecodec.h | 66 } MultibyteCodecObject; typedef
|