Home
last modified time | relevance | path

Searched refs:ucs4_t (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
D_codecs_iso2022.c105 typedef ucs4_t (*iso2022_decode_func)(const unsigned char *data);
106 typedef DBCHAR (*iso2022_encode_func)(const ucs4_t *data, Py_ssize_t *length);
161 ucs4_t c = **inbuf; in ENCODER()
199 ucs4_t u4in[2]; in ENCODER()
200 u4in[0] = (ucs4_t)IN1; in ENCODER()
201 u4in[1] = (ucs4_t)IN2; in ENCODER()
487 ucs4_t decoded; in DECODER()
580 static ucs4_t
583 ucs4_t u; in ksx1001_decoder()
591 ksx1001_encoder(const ucs4_t *data, Py_ssize_t *length) in ksx1001_encoder()
[all …]
D_codecs_cn.c160 ucs4_t c = IN1; in ENCODER()
177 ucs4_t tc = c - 0x10000; in ENCODER()
264 ucs4_t lseq; in DECODER()
277 lseq = ((ucs4_t)c * 10 + c2) * 1260 + in DECODER()
278 (ucs4_t)c3 * 10 + c4; in DECODER()
289 lseq = 0x10000 + (((ucs4_t)c-15) * 10 + c2) in DECODER()
290 * 1260 + (ucs4_t)c3 * 10 + c4; in DECODER()
Dmultibytecodec.h14 typedef uint32_t ucs4_t; typedef
16 typedef unsigned int ucs4_t;
30 ucs4_t u4[2];
Dcjkcodecs.h36 const ucs4_t *map;
59 ucs4_t uniseq;
194 c = 0x10000 + ((ucs4_t)(c - 0xd800) << 10) + \
195 ((ucs4_t)(IN2) - 0xdc00); \
323 ucs4_t value = body << 16 | modifier; in find_pairencmap()
D_codecs_hk.c42 ucs4_t c = **inbuf; in ENCODER()
106 ucs4_t decoded; in DECODER()
D_codecs_jp.c150 ucs4_t c = IN1; in ENCODER()
238 ucs4_t code; in DECODER()
544 ucs4_t c = IN1; in ENCODER()
643 ucs4_t code; in DECODER()
Dmappings_jisx0213_pair.h6 static const ucs4_t __jisx0213_pair_decmap[49] = {