This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Commit 5261283
committed
towlower()/towupper(): reuse tolower()/toupper().
Now <ctype.h> tolower() and toupper() are inlined, we don't need to
duplicate the code in the towlower() and towupper() fast paths to avoid
a function call.
Test: treehugger
Change-Id: Ie9ae78500a3ea253756b8bbb9cc9ea86774ff6161 parent 58557e1 commit 5261283
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 112 | + | |
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
122 | 119 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 120 | + | |
129 | 121 | | |
130 | 122 | | |
131 | 123 | | |
| |||
0 commit comments