Searched refs:emit_table (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/unicode-segmentation/scripts/ |
D | unicode_gen_breaktests.py | 176 unicode.emit_table(f, "TEST_SAME", test_same, stype, True, showfun, True) 177 unicode.emit_table(f, "TEST_DIFF", test_diff, dtype, True, showfun, True) 191 unicode.emit_table(f, "TEST_WORD", test, wtype, True, showfun, True) 205 unicode.emit_table(f, "TEST_SENTENCE", test, wtype, True, showfun, True)
|
D | unicode.py | 198 def emit_table(f, name, t_data, t_type = "&'static [(char, char)]", is_pub=True, function 258 emit_table(f, "%s_table" % cat, tbl[cat], is_pub=False) 311 emit_table(f, "%s_cat_table" % name, break_table, "&'static [(char, char, %sCat)]" % Name,
|
/external/rust/crates/unicode-width/scripts/ |
D | unicode.py | 181 def emit_table(f, name, t_data, t_type = "&'static [(char, char)]", is_pub=True, function 238 emit_table(f, "charwidth_table", width_table, "&'static [(char, char, u8, u8)]", is_pub=False,
|