Home
last modified time | relevance | path

Searched refs:encode_map (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/unicode/
H A Dgenmap_support.py108 def __init__(self, fp, prefix, encode_map):
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[
[all...]
/third_party/python/Modules/cjkcodecs/
H A D_codecs_hk.c16 static const encode_map *big5_encmap = NULL;
H A Dcjkcodecs.h45 typedef struct unim_index encode_map; typedef
H A D_codecs_iso2022.c543 #define ENCMAP(enc) static const encode_map *enc##_encmap = NULL;

Completed in 3 milliseconds