Home
last modified time | relevance | path

Searched refs:word_table (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/unicode-segmentation/scripts/
Dunicode.py366 word_table = [] variable
368 word_table.extend([(x, y, cat) for (x, y) in word_cats[cat]])
369 word_table.sort(key=lambda w: w[0])
370 emit_break_module(rf, word_table, list(word_cats.keys()), "word")