Lines Matching refs:mapkey
158 for mapkey, mapvalue in mappings:
160 if isinstance(mapkey, tuple):
161 (mapkey, mapcomment) = mapkey
164 if mapkey is None:
167 mapkey == mapvalue and
168 mapkey < 256):
172 key = hexrepr(mapkey, key_precision)
210 for mapkey, mapvalue in mappings:
212 if isinstance(mapkey, tuple):
213 (mapkey, mapcomment) = mapkey
216 if mapkey == MISSING_CODE:
218 table[mapkey] = (mapvalue, mapcomment)
219 if mapkey > maxkey:
220 maxkey = mapkey