Lines Matching refs:indexed
53 This means that every sub-table in that level is indexed by bits `low_bit..cap_bit` of the
99 """Return a list of effective widths, indexed by codepoint.
242 subtable is indexed by a contiguous bit range of the codepoint and contains a list
246 be indexed by sub-table `i` in the next-level lookup table. The entries of this table are
258 in `entry_groups`. Each sub-table is indexed by codepoint bits in `low_bit..cap_bit`,
265 self.indexed = []
272 for (i, existing) in enumerate(self.indexed):
277 self.entries.append(len(self.indexed))
278 self.indexed.append(bucket)
287 self.entries = list(map(lambda i: int(self.indexed[i].width()), self.entries))
288 del self.indexed
292 return self.indexed