Searched refs:is_space (Results 1 – 2 of 2) sorted by relevance
317 def is_space(code_point): function371 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))):
231 output_charclass(i18n_file, 'space', unicode_utils.is_space)
Completed in 4 milliseconds