Searched defs:code_point (Results 1 – 4 of 4) sorted by relevance
216 def to_upper(code_point): argument225 def to_lower(code_point): argument248 def to_title(code_point): argument257 def is_upper(code_point): argument263 def is_lower(code_point): argument275 def is_alpha(code_point): argument287 def is_digit(code_point): argument308 def is_blank(code_point): argument317 def is_space(code_point): argument337 def is_cntrl(code_point): argument[all …]
87 def compatibility_decompose(code_point): argument159 def special_ligature_decompose(code_point): argument
88 def is_combining_remove(code_point): argument181 def canonical_decompose(code_point): argument
170 def convert_to_hex(code_point): argument
Completed in 7 milliseconds