Lines Matching defs:Codepoint
70 Codepoint = int variable
122 def to_sorted_ranges(iter: Iterable[Codepoint]) -> list[tuple[Codepoint, Codepoint]]:
703 ligature_transparents: list[tuple[Codepoint, Codepoint]], argument
799 def append(self, codepoint: Codepoint, width: CharWidthInTable):
1083 seqs: list[Codepoint],
1125 seqs: list[Codepoint],
1169 special_ranges: list[tuple[tuple[Codepoint, Codepoint], WidthState]], argument
1170 joining_group_lam: list[tuple[Codepoint, Codepoint]], argument
1521 special_ranges: list[tuple[tuple[Codepoint, Codepoint], WidthState]], argument
1522 special_ranges_cjk: list[tuple[tuple[Codepoint, Codepoint], WidthState]],
1526 joining_group_lam: list[tuple[Codepoint, Codepoint]], argument
1527 non_transparent_zero_widths: list[tuple[Codepoint, Codepoint]],
1528 ligature_transparent: list[tuple[Codepoint, Codepoint]],
1529 solidus_transparent: list[tuple[Codepoint, Codepoint]],