Changeset 13740 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Apr 8, 2006, 10:21:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r13663 r13740 45 45 using std::max; 46 46 47 #include <kxmlcore/unicode/Unicode.h>48 49 47 namespace KJS { 50 48 … … 142 140 static char *statBuffer = 0; 143 141 static int statBufferSize = 0; 144 145 UChar UChar::toLower() const146 {147 return KXMLCore::Unicode::toLower(uc);148 }149 150 UChar UChar::toUpper() const151 {152 return KXMLCore::Unicode::toUpper(uc);153 }154 142 155 143 UCharReference& UCharReference::operator=(UChar c)
Note:
See TracChangeset
for help on using the changeset viewer.