Changeset 1852 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Aug 16, 2002, 12:21:57 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r1825 r1852 114 114 } 115 115 116 UChar UChar::null ;116 UChar UChar::null((char)0); 117 117 UString::Rep UString::Rep::null = { 0, 0, 0, 1 }; 118 118 UString::Rep UString::Rep::empty = { 0, 0, 0, 1 }; … … 121 121 static char *statBuffer = 0; 122 122 static int statBufferSize = 0; 123 124 UChar::UChar(const UCharReference &c)125 : uc( c.unicode() )126 {127 }128 123 129 124 UChar UChar::toLower() const
Note:
See TracChangeset
for help on using the changeset viewer.