Searched refs:encode_map (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Tools/unicode/ |
D | genmap_support.py | 108 def __init__(self, fp, prefix, encode_map): argument 111 self.encode_map = encode_map 120 if c1 not in self.encode_map: 122 c2map = self.encode_map[c1] 159 if i in self.encode_map and self.prefix in self.encode_map[i]: 161 "%d" % self.encode_map[i]['midx'], ",", 162 "%d," % self.encode_map[i]['min'], 163 "%d" % self.encode_map[i]['max'], "},")
|
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_hk.c | 16 static const encode_map *big5_encmap = NULL;
|
D | cjkcodecs.h | 45 typedef struct unim_index encode_map; typedef
|
D | _codecs_iso2022.c | 543 #define ENCMAP(enc) static const encode_map *enc##_encmap = NULL;
|