Changeset 54545 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Feb 9, 2010, 3:55:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r54531 r54545 82 82 83 83 public: 84 // UString constructors passed char*s assume ISO Latin-1 encoding; for UTF8 use 'createFromUTF8', below.85 84 UString(); 86 85 UString(const char*); // Constructor for null-terminated string. … … 109 108 return Rep::adopt(vector); 110 109 } 111 112 static UString createFromUTF8(const char*);113 110 114 111 static UString from(int);
Note:
See TracChangeset
for help on using the changeset viewer.