Searched refs:decode_map (Results 1 – 4 of 4) sorted by relevance
47 def __init__(self, fp, prefix, decode_map): argument50 self.decode_map = decode_map57 if c1 not in self.decode_map or (onlymask and c1 not in onlymask):59 c2map = self.decode_map[c1]90 if i in self.decode_map and self.prefix in self.decode_map[i]:91 m = self.decode_map
17 static const decode_map *big5_decmap = NULL;
33 typedef struct dbcs_index decode_map; typedef
544 #define DECMAP(enc) static const decode_map *enc##_decmap = NULL;