Searched refs:showfun (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/unicode-segmentation/scripts/ |
D | unicode_gen_breaktests.py | 120 def showfun(x): function 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)
|