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

  /external/bison/darwin-lib/
unitypes.h 25 typedef uint32_t ucs4_t; typedef
uniwidth.h 42 uc_width (ucs4_t uc, const char *encoding)
  /external/bison/lib/
unitypes.in.h 24 typedef uint32_t ucs4_t; typedef
uniwidth.in.h 41 uc_width (ucs4_t uc, const char *encoding)
  /external/bison/linux-lib/
unitypes.h 25 typedef uint32_t ucs4_t; typedef
uniwidth.h 42 uc_width (ucs4_t uc, const char *encoding)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 105 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;
199 ucs4_t u4in[2];
200 u4in[0] = (ucs4_t)IN1;
201 u4in[1] = (ucs4_t)IN2;
487 ucs4_t decoded;
580 static ucs4_t
583 ucs4_t u;
591 ksx1001_encoder(const ucs4_t *data, Py_ssize_t *length)
    [all...]
multibytecodec.h 14 typedef uint32_t ucs4_t; typedef
16 typedef unsigned int ucs4_t; typedef
30 ucs4_t u4[2];
_codecs_cn.c 160 ucs4_t c = IN1;
177 ucs4_t tc = c - 0x10000;
264 ucs4_t lseq;
275 lseq = ((ucs4_t)c * 10 + c2) * 1260 +
276 (ucs4_t)c3 * 10 + c4;
287 lseq = 0x10000 + (((ucs4_t)c-15) * 10 + c2)
288 * 1260 + (ucs4_t)c3 * 10 + c4;
_codecs_hk.c 42 ucs4_t c = **inbuf;
106 ucs4_t decoded;
mappings_jisx0213_pair.h 6 static const ucs4_t __jisx0213_pair_decmap[49] = {
cjkcodecs.h 36 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;
_codecs_jp.c 150 ucs4_t c = IN1;
238 ucs4_t code;
544 ucs4_t c = IN1;
643 ucs4_t code;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 105 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;
199 ucs4_t u4in[2];
200 u4in[0] = (ucs4_t)IN1;
201 u4in[1] = (ucs4_t)IN2;
487 ucs4_t decoded;
580 static ucs4_t
583 ucs4_t u;
591 ksx1001_encoder(const ucs4_t *data, Py_ssize_t *length)
    [all...]
multibytecodec.h 14 typedef uint32_t ucs4_t; typedef
16 typedef unsigned int ucs4_t; typedef
30 ucs4_t u4[2];
_codecs_cn.c 160 ucs4_t c = IN1;
177 ucs4_t tc = c - 0x10000;
264 ucs4_t lseq;
275 lseq = ((ucs4_t)c * 10 + c2) * 1260 +
276 (ucs4_t)c3 * 10 + c4;
287 lseq = 0x10000 + (((ucs4_t)c-15) * 10 + c2)
288 * 1260 + (ucs4_t)c3 * 10 + c4;
_codecs_hk.c 42 ucs4_t c = **inbuf;
106 ucs4_t decoded;
mappings_jisx0213_pair.h 6 static const ucs4_t __jisx0213_pair_decmap[49] = {
cjkcodecs.h 36 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;
_codecs_jp.c 150 ucs4_t c = IN1;
238 ucs4_t code;
544 ucs4_t c = IN1;
643 ucs4_t code;
  /external/bison/lib/uniwidth/
width.c 315 uc_width (ucs4_t uc, const char *encoding)

Completed in 469 milliseconds