Lines Matching defs:append
137 width_map.append(EffectiveWidth.NARROW if current < low else width)
142 width_map.append(EffectiveWidth.NARROW)
169 zw_map.append(zero_width)
172 zw_map.append(False)
177 zw_map.append(False)
191 def append(self, codepoint: Codepoint, width: EffectiveWidth):
194 self.widths.append(width)
236 buckets[(codepoint >> low_bit) & mask].append(codepoint, width)
274 self.entries.append(i)
277 self.entries.append(len(self.indexed))
278 self.indexed.append(bucket)
305 byte_array.append(byte)
321 tables.append(table)