Home | History | Annotate | Download | only in src

Lines Matching refs:items

90 		items = fields[5].split (' ')
91 shape, items = items[0][1:-1], tuple (int (x, 16) for x in items[1:])
97 if len (items) != 1:
99 if len (items) != 2 or items[0] != 0x0644 or items[1] not in [0x0622, 0x0623, 0x0625, 0x0627]:
104 if items not in ligatures:
105 ligatures[items] = {}
106 ligatures[items][shape] = c
110 if items[0] not in names:
111 names[items[0]] = fields[1]
113 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
114 if items[0] not in shapes:
115 shapes[items[0]] = {}
116 shapes[items[0]][shape] = c