Home
last modified time | relevance | path

Searched defs:width_table (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/unicode-width/scripts/
Dunicode.py199 def emit_charwidth_module(f, width_table): argument
301 width_table = [] variable
317 width_table = remove_from_wtable(width_table, 173) variable
320 width_table = optimize_width_table(width_table) variable