Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:cstring

182         * kjs/ustring.h: Added a length to the CString class so it can hold strings with null
189 (CString::CString): Set up the length properly in all the constructors. Also add a new
191 (CString::append): Use and set the length properly.
192 (CString::operator=): Use and set the length properly.