HomeSort by: relevance | last modified time | path
    Searched refs:to_upper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py 216 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)})
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py 216 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 24 milliseconds