Lines Matching full:keys
63 keys = MESSAGES.keys()
64 # the keys are sorted in the .mo file
65 keys.sort()
68 for id in keys:
76 # the keys start right after the index tables.
78 keystart = 7*4+16*len(keys)
79 # and the values start after the keys
83 # The string table first has the list of keys, then the list of values.
92 len(keys), # # of entries
94 7*4+len(keys)*8, # start of value index