Home
last modified time | relevance | path

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

/glibc-2.36/localedata/unicode-gen/
Dunicode_utils.py78 def fill_attribute(code_point, fields): argument
216 def to_upper(code_point): argument
225 def to_lower(code_point): argument
234 def to_upper_turkish(code_point): argument
241 def to_lower_turkish(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
[all …]
Dgen_translit_compat.py87 def compatibility_decompose(code_point): argument
159 def special_ligature_decompose(code_point): argument
Dgen_translit_combining.py88 def is_combining_remove(code_point): argument
181 def canonical_decompose(code_point): argument
Dutf8_gen.py170 def convert_to_hex(code_point): argument