Home
last modified time | relevance | path

Searched defs:code_point (Results 1 – 4 of 4) sorted by relevance

/localedata/unicode-gen/
A Dunicode_utils.py216 def to_upper(code_point): argument
225 def to_lower(code_point): argument
248 def to_title(code_point): argument
257 def is_upper(code_point): argument
263 def is_lower(code_point): argument
275 def is_alpha(code_point): argument
287 def is_digit(code_point): argument
308 def is_blank(code_point): argument
317 def is_space(code_point): argument
337 def is_cntrl(code_point): argument
[all …]
A Dgen_translit_compat.py87 def compatibility_decompose(code_point): argument
159 def special_ligature_decompose(code_point): argument
A Dgen_translit_combining.py88 def is_combining_remove(code_point): argument
181 def canonical_decompose(code_point): argument
A Dutf8_gen.py170 def convert_to_hex(code_point): argument

Completed in 7 milliseconds