Searched refs:ucs2_t (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.h | 20 typedef uint16_t ucs2_t, DBCHAR; typedef 22 typedef unsigned short ucs2_t, DBCHAR; typedef 29 ucs2_t u2[4];
|
D | _codecs_jp.c | 170 (ucs2_t)c, 0, in ENCODER() 181 (ucs2_t)c, (*inbuf)[1], in ENCODER() 186 (ucs2_t)c, 0, in ENCODER() 569 ((ucs2_t)c, 0, in ENCODER() 580 (ucs2_t)c, IN2, in ENCODER() 585 (ucs2_t)c, 0, in ENCODER()
|
D | cjkcodecs.h | 30 const ucs2_t *map; 319 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap()
|
D | _codecs_iso2022.c | 797 coded = find_pairencmap((ucs2_t)data[0], (ucs2_t)data[1], in jisx0213_encoder() 801 coded = find_pairencmap((ucs2_t)data[0], 0, in jisx0213_encoder() 810 coded = find_pairencmap((ucs2_t)data[0], 0, in jisx0213_encoder()
|
D | mappings_cn.h | 1 static const ucs2_t __gb2312_decmap[7482] = { 627 static const ucs2_t __gbkext_decmap[14531] = { 3590 static const ucs2_t __gb18030ext_decmap[2729] = {
|
D | mappings_tw.h | 1 static const ucs2_t __big5_decmap[16702] = { 2537 static const ucs2_t __cp950ext_decmap[224] = {
|
D | mappings_jp.h | 1 static const ucs2_t __jisx0208_decmap[6956] = { 592 static const ucs2_t __jisx0212_decmap[6179] = { 2436 static const ucs2_t __cp932ext_decmap[969] = { 2879 static const ucs2_t __jisx0213_1_bmp_decmap[2197] = { 3068 static const ucs2_t __jisx0213_2_bmp_decmap[2425] = { 4285 static const ucs2_t __jisx0213_1_emp_decmap[340] = { 4333 static const ucs2_t __jisx0213_2_emp_decmap[2053] = {
|
D | mappings_kr.h | 1 static const ucs2_t __ksx1001_decmap[8264] = { 689 static const ucs2_t __cp949ext_decmap[9650] = {
|
D | mappings_hk.h | 1 static const ucs2_t __big5hkscs_decmap[6219] = {
|