Home
last modified time | relevance | path

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

/external/rust/crates/unicode-segmentation/scripts/
Dunicode.py340 grapheme_cats = load_properties("auxiliary/GraphemeBreakProperty.txt", []) variable
347 grapheme_cats["Control"] = group_cat(list(
348 set(ungroup_cat(grapheme_cats["Control"]))
352 for cat in grapheme_cats:
353 grapheme_table.extend([(x, y, cat) for (x, y) in grapheme_cats[cat]])
362 …emit_break_module(rf, grapheme_table, list(grapheme_cats.keys()) + ["Extended_Pictographic"], "gra…