Searched refs:is_graph (Results 1 – 2 of 2) sorted by relevance
366 def is_graph(code_point): function387 return (is_graph(code_point)474 if (is_space(code_point) and is_graph(code_point)):489 if (is_cntrl(code_point) and is_graph(code_point)):521 and not (is_graph(code_point) or is_space(code_point))):525 and (is_graph(code_point) or code_point == 0x0020)):
234 output_charclass(i18n_file, 'graph', unicode_utils.is_graph)
Completed in 3 milliseconds