Searched refs:to_upper (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py216 def to_upper(code_point): function
239 return to_upper(code_point)
269 return (to_upper(code_point) != code_point
270 # <U00DF> is lowercase, but without simple to_upper mapping.
430 if (to_upper(code_point) != code_point
437 'uc': to_upper(code_point)})
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py216 def to_upper(code_point): function
239 return to_upper(code_point)
269 return (to_upper(code_point) != code_point
270 # <U00DF> is lowercase, but without simple to_upper mapping.
430 if (to_upper(code_point) != code_point
437 'uc': to_upper(code_point)})

Completed in 202 milliseconds