Lines Matching refs:current
78 """Returns the current Unicode version by fetching and processing `ReadMe.txt`."""
120 current = 0
133 assert current <= high
134 while current <= high:
137 width_map.append(EffectiveWidth.NARROW if current < low else width)
138 current += 1
153 current = 0
164 assert current <= codepoint
165 while current <= codepoint:
166 if name.endswith(", Last>") or current == codepoint:
173 current += 1