Home
last modified time | relevance | path

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

/localedata/unicode-gen/
A Dunicode_utils.py317 def is_space(code_point): function
371 and not is_space(code_point))
465 if (is_alpha(code_point) and is_space(code_point)):
471 if (is_space(code_point) and is_digit(code_point)):
474 if (is_space(code_point) and is_graph(code_point)):
477 if (is_space(code_point) and is_xdigit(code_point)):
521 and not (is_graph(code_point) or is_space(code_point))):
A Dgen_unicode_ctype.py231 output_charclass(i18n_file, 'space', unicode_utils.is_space)

Completed in 4 milliseconds