HomeSort by relevance Sort by last modified time
    Searched refs:MultibyteCodec_State (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 31 } MultibyteCodec_State;
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; \
cjkcodecs.h 71 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)
multibytecodec.c 48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
223 MultibyteCodec_State *state,
362 MultibyteCodec_State *state,
470 MultibyteCodec_State *state,
547 MultibyteCodec_State state;
603 MultibyteCodec_State state;
    [all...]
_codecs_iso2022.c 303 iso2022processesc(const void *config, MultibyteCodec_State *state,
391 iso2022processg2(const void *config, MultibyteCodec_State *state,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 31 } MultibyteCodec_State;
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; \
cjkcodecs.h 71 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)
multibytecodec.c 48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
221 MultibyteCodec_State *state,
359 MultibyteCodec_State *state,
467 MultibyteCodec_State *state,
544 MultibyteCodec_State state;
600 MultibyteCodec_State state;
    [all...]
_codecs_iso2022.c 303 iso2022processesc(const void *config, MultibyteCodec_State *state,
391 iso2022processg2(const void *config, MultibyteCodec_State *state,
    [all...]

Completed in 73 milliseconds