Lines Matching refs:items
69 for value,short in short_value.items():
146 for value,short in short_value.items():
161 items = fields[5].split (' ')
162 shape, items = items[0][1:-1], tuple (int (x, 16) for x in items[1:])
168 if len (items) != 1:
170 if len (items) != 2 or items[0] != 0x0644 or items[1] not in [0x0622, 0x0623, 0x0625, 0x0627]:
175 if items not in ligatures:
176 ligatures[items] = {}
177 ligatures[items][shape] = c
181 if items[0] not in names:
182 names[items[0]] = fields[1]
184 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
185 if items[0] not in shapes:
186 shapes[items[0]] = {}
187 shapes[items[0]][shape] = c