Home
last modified time | relevance | path

Searched refs:MultibyteCodec_State (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h31 } MultibyteCodec_State; typedef
34 typedef Py_ssize_t (*mbencode_func)(MultibyteCodec_State *state,
39 typedef int (*mbencodeinit_func)(MultibyteCodec_State *state,
41 typedef Py_ssize_t (*mbencodereset_func)(MultibyteCodec_State *state,
44 typedef Py_ssize_t (*mbdecode_func)(MultibyteCodec_State *state,
48 typedef int (*mbdecodeinit_func)(MultibyteCodec_State *state,
50 typedef Py_ssize_t (*mbdecodereset_func)(MultibyteCodec_State *state,
75 MultibyteCodec_State state; \
Dcjkcodecs.h71 MultibyteCodec_State *state, const void *config)
74 MultibyteCodec_State *state, const void *config, \
79 MultibyteCodec_State *state, const void *config, \
84 MultibyteCodec_State *state, const void *config)
87 MultibyteCodec_State *state, const void *config, \
92 MultibyteCodec_State *state, const void *config)
Dmultibytecodec.c48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
223 MultibyteCodec_State *state, in multibytecodec_encerror()
361 MultibyteCodec_State *state, in multibytecodec_decerror()
468 MultibyteCodec_State *state, in multibytecodec_encode()
546 MultibyteCodec_State state; in MultibyteCodec_Encode()
602 MultibyteCodec_State state; in MultibyteCodec_Decode()
D_codecs_iso2022.c303 iso2022processesc(const void *config, MultibyteCodec_State *state, in iso2022processesc()
391 iso2022processg2(const void *config, MultibyteCodec_State *state, in iso2022processg2()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h25 } MultibyteCodec_State; typedef
28 typedef Py_ssize_t (*mbencode_func)(MultibyteCodec_State *state,
34 typedef int (*mbencodeinit_func)(MultibyteCodec_State *state,
36 typedef Py_ssize_t (*mbencodereset_func)(MultibyteCodec_State *state,
39 typedef Py_ssize_t (*mbdecode_func)(MultibyteCodec_State *state,
43 typedef int (*mbdecodeinit_func)(MultibyteCodec_State *state,
45 typedef Py_ssize_t (*mbdecodereset_func)(MultibyteCodec_State *state,
70 MultibyteCodec_State state; \
Dcjkcodecs.h71 MultibyteCodec_State *state, const void *config)
74 MultibyteCodec_State *state, const void *config, \
80 MultibyteCodec_State *state, const void *config, \
85 MultibyteCodec_State *state, const void *config)
88 MultibyteCodec_State *state, const void *config, \
93 MultibyteCodec_State *state, const void *config)
Dmultibytecodec.c36 MultibyteCodec_State *, PyObject *, Py_ssize_t *,
203 MultibyteCodec_State *state, in multibytecodec_encerror()
358 MultibyteCodec_State *state, in multibytecodec_decerror()
462 MultibyteCodec_State *state, in multibytecodec_encode()
567 MultibyteCodec_State state; in _multibytecodec_MultibyteCodec_encode_impl()
636 MultibyteCodec_State state; in _multibytecodec_MultibyteCodec_decode_impl()
D_codecs_iso2022.c291 iso2022processesc(const void *config, MultibyteCodec_State *state, in iso2022processesc()
391 iso2022processg2(const void *config, MultibyteCodec_State *state, in iso2022processg2()