OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultibyteCodec
(Results
1 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h
2
*
multibytecodec
.h: Common Multibyte Codec Implementation
63
}
MultibyteCodec
;
67
MultibyteCodec
*codec;
74
MultibyteCodec
*codec; \
135
#define PyMultibyteCodec_CAPSULE_NAME "
multibytecodec
.__map_*"
cjkcodecs.h
12
#include "
multibytecodec
.h"
63
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;
multibytecodec.c
2
*
multibytecodec
.c: Common Multibyte Codec Implementation
10
#include "
multibytecodec
.h"
36
Decodes `string' using I, an
MultibyteCodec
instance. errors may be given\n\
47
static PyObject *multibytecodec_encode(
MultibyteCodec
*,
218
*
MultibyteCodec
object
222
multibytecodec_encerror(
MultibyteCodec
*codec,
361
multibytecodec_decerror(
MultibyteCodec
*codec,
469
multibytecodec_encode(
MultibyteCodec
*codec,
695
"
MultibyteCodec
", /* tp_name */
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h
2
*
multibytecodec
.h: Common Multibyte Codec Implementation
63
}
MultibyteCodec
;
67
MultibyteCodec
*codec;
74
MultibyteCodec
*codec; \
135
#define PyMultibyteCodec_CAPSULE_NAME "
multibytecodec
.__map_*"
cjkcodecs.h
12
#include "
multibytecodec
.h"
63
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;
multibytecodec.c
2
*
multibytecodec
.c: Common Multibyte Codec Implementation
10
#include "
multibytecodec
.h"
36
Decodes `string' using I, an
MultibyteCodec
instance. errors may be given\n\
47
static PyObject *multibytecodec_encode(
MultibyteCodec
*,
216
*
MultibyteCodec
object
220
multibytecodec_encerror(
MultibyteCodec
*codec,
358
multibytecodec_decerror(
MultibyteCodec
*codec,
466
multibytecodec_encode(
MultibyteCodec
*codec,
692
"
MultibyteCodec
", /* tp_name */
[
all
...]
/external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h
2
*
multibytecodec
.h: Common Multibyte Codec Implementation
63
}
MultibyteCodec
;
67
MultibyteCodec
*codec;
74
MultibyteCodec
*codec; \
135
#define PyMultibyteCodec_CAPSULE_NAME "
multibytecodec
.__map_*"
cjkcodecs.h
12
#include "
multibytecodec
.h"
63
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;
multibytecodec.c
2
*
multibytecodec
.c: Common Multibyte Codec Implementation
10
#include "
multibytecodec
.h"
36
Decodes `string' using I, an
MultibyteCodec
instance. errors may be given\n\
47
static PyObject *multibytecodec_encode(
MultibyteCodec
*,
218
*
MultibyteCodec
object
222
multibytecodec_encerror(
MultibyteCodec
*codec,
361
multibytecodec_decerror(
MultibyteCodec
*codec,
469
multibytecodec_encode(
MultibyteCodec
*codec,
696
"
MultibyteCodec
", /* tp_name */
[
all
...]
/external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h
2
*
multibytecodec
.h: Common Multibyte Codec Implementation
58
}
MultibyteCodec
;
62
MultibyteCodec
*codec;
69
MultibyteCodec
*codec; \
130
#define PyMultibyteCodec_CAPSULE_NAME "
multibytecodec
.__map_*"
cjkcodecs.h
12
#include "
multibytecodec
.h"
63
static const
MultibyteCodec
*codec_list;
212
#define BEGIN_CODECS_LIST static const
MultibyteCodec
_codec_list[] = {
238
static const
MultibyteCodec
*codec_list = \
239
(const
MultibyteCodec
*)_codec_list;
262
const
MultibyteCodec
*codec;
multibytecodec.c
2
*
multibytecodec
.c: Common Multibyte Codec Implementation
10
#include "
multibytecodec
.h"
11
#include "clinic/
multibytecodec
.c.h"
15
class _multibytecodec.
MultibyteCodec
"MultibyteCodecObject *" "&MultibyteCodec_Type"
35
static PyObject *multibytecodec_encode(
MultibyteCodec
*,
194
*
MultibyteCodec
object
198
multibytecodec_encerror(
MultibyteCodec
*codec,
353
multibytecodec_decerror(
MultibyteCodec
*codec,
457
multibytecodec_encode(
MultibyteCodec
*codec,
544
_multibytecodec.
MultibyteCodec
.encod
[
all
...]
Completed in 65 milliseconds