Searched refs:ucs2_t (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_jp.c | 173 (ucs2_t)c, 0, in ENCODER() 185 (ucs2_t)c, c2, in ENCODER() 190 (ucs2_t)c, 0, in ENCODER() 591 ((ucs2_t)c, 0, in ENCODER() 603 (ucs2_t)c, ch2, in ENCODER() 608 (ucs2_t)c, 0, in ENCODER()
|
D | multibytecodec.h | 14 typedef uint16_t ucs2_t, DBCHAR; typedef 16 typedef unsigned short ucs2_t, DBCHAR;
|
D | cjkcodecs.h | 30 const ucs2_t *map; 324 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap()
|
D | _codecs_iso2022.c | 808 coded = find_pairencmap((ucs2_t)data[0], (ucs2_t)data[1], in jisx0213_encoder() 816 coded = find_pairencmap((ucs2_t)data[0], 0, in jisx0213_encoder()
|
D | mappings_cn.h | 2 static const ucs2_t __gb2312_decmap[7482] = { 628 static const ucs2_t __gbkext_decmap[14531] = { 3591 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 | 2 static const ucs2_t __jisx0208_decmap[6956] = { 593 static const ucs2_t __jisx0212_decmap[6179] = { 2437 static const ucs2_t __cp932ext_decmap[969] = { 2880 static const ucs2_t __jisx0213_1_bmp_decmap[2197] = { 3069 static const ucs2_t __jisx0213_2_bmp_decmap[2425] = { 4286 static const ucs2_t __jisx0213_1_emp_decmap[340] = { 4334 static const ucs2_t __jisx0213_2_emp_decmap[2053] = {
|
D | mappings_kr.h | 2 static const ucs2_t __ksx1001_decmap[8264] = { 690 static const ucs2_t __cp949ext_decmap[9650] = {
|
D | mappings_hk.h | 1 static const ucs2_t __big5hkscs_decmap[6219] = {
|