/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
multibytecodec.h | 20 typedef uint16_t ucs2_t, DBCHAR;
typedef 22 typedef unsigned short ucs2_t, DBCHAR;
typedef 29 ucs2_t u2[4];
|
_codecs_jp.c | 170 (ucs2_t)c, 0,
181 (ucs2_t)c, (*inbuf)[1],
186 (ucs2_t)c, 0,
569 ((ucs2_t)c, 0,
580 (ucs2_t)c, IN2,
585 (ucs2_t)c, 0,
|
cjkcodecs.h | 30 const ucs2_t *map;
319 find_pairencmap(ucs2_t body, ucs2_t modifier,
|
_codecs_iso2022.c | 797 coded = find_pairencmap((ucs2_t)data[0], (ucs2_t)data[1],
801 coded = find_pairencmap((ucs2_t)data[0], 0,
810 coded = find_pairencmap((ucs2_t)data[0], 0,
[all...] |
mappings_cn.h | 1 static const ucs2_t __gb2312_decmap[7482] = {
[all...] |
mappings_jp.h | 1 static const ucs2_t __jisx0208_decmap[6956] = {
[all...] |
mappings_tw.h | 1 static const ucs2_t __big5_decmap[16702] = {
[all...] |
mappings_kr.h | 1 static const ucs2_t __ksx1001_decmap[8264] = {
[all...] |
mappings_hk.h | 1 static const ucs2_t __big5hkscs_decmap[6219] = {
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
multibytecodec.h | 20 typedef uint16_t ucs2_t, DBCHAR;
typedef 22 typedef unsigned short ucs2_t, DBCHAR;
typedef 29 ucs2_t u2[4];
|
_codecs_jp.c | 170 (ucs2_t)c, 0,
181 (ucs2_t)c, (*inbuf)[1],
186 (ucs2_t)c, 0,
569 ((ucs2_t)c, 0,
580 (ucs2_t)c, IN2,
585 (ucs2_t)c, 0,
|
cjkcodecs.h | 30 const ucs2_t *map;
319 find_pairencmap(ucs2_t body, ucs2_t modifier,
|
_codecs_iso2022.c | 797 coded = find_pairencmap((ucs2_t)data[0], (ucs2_t)data[1],
801 coded = find_pairencmap((ucs2_t)data[0], 0,
810 coded = find_pairencmap((ucs2_t)data[0], 0,
[all...] |
mappings_cn.h | 1 static const ucs2_t __gb2312_decmap[7482] = {
[all...] |
mappings_jp.h | 1 static const ucs2_t __jisx0208_decmap[6956] = {
[all...] |
mappings_tw.h | 1 static const ucs2_t __big5_decmap[16702] = {
[all...] |
mappings_kr.h | 1 static const ucs2_t __ksx1001_decmap[8264] = {
[all...] |
mappings_hk.h | 1 static const ucs2_t __big5hkscs_decmap[6219] = {
[all...] |