Searched refs:find_pairencmap (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_jp.c | 172 code = find_pairencmap( in ENCODER() 184 code = find_pairencmap( in ENCODER() 189 code = find_pairencmap( in ENCODER() 590 code = find_pairencmap in ENCODER() 602 code = find_pairencmap( in ENCODER() 607 code = find_pairencmap( in ENCODER()
|
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 | cjkcodecs.h | 322 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap() function
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_jp.c | 169 code = find_pairencmap( in ENCODER() 180 code = find_pairencmap( in ENCODER() 185 code = find_pairencmap( in ENCODER() 568 code = find_pairencmap in ENCODER() 579 code = find_pairencmap( in ENCODER() 584 code = find_pairencmap( in ENCODER()
|
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 | cjkcodecs.h | 319 find_pairencmap(ucs2_t body, ucs2_t modifier, in find_pairencmap() function
|