OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026