Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py366 def is_graph(code_point): function
387 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)):
A Dgen_unicode_ctype.py234 output_charclass(i18n_file, 'graph', unicode_utils.is_graph)

Completed in 3 milliseconds