Changeset 65344 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Aug 13, 2010, 6:28:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r65305 r65344 88 88 } 89 89 90 CString ascii() const; 91 CString latin1() const; 90 92 CString utf8(bool strict = false) const; 91 93 … … 120 122 121 123 UString substr(unsigned pos = 0, unsigned len = 0xFFFFFFFF) const; 122 123 // NOTE: This method should only be used for *debugging* purposes as it124 // is neither Unicode safe nor free from side effects nor thread-safe.125 char* ascii() const;126 124 127 125 private:
Note:
See TracChangeset
for help on using the changeset viewer.