Lines Matching full:cstring
6169 * platform/CString.cpp:
6170 (WebCore::CString::data):
6171 * platform/CString.h:
6412 CString::data() should be documented as returning a null terminated char array
6414 * platform/CString.h:
6415 Add some basic documentation to CString.h
9262 Use CString instead of DeprecatedCString.
9264 * platform/CString.cpp:
9265 (WebCore::CString::find):
9266 * platform/CString.h:
9267 (WebCore::CString::data):
9278 Use CString instead of DeprecatedCString.
18503 Use CString instead of DeprecatedCString in one place.
29831 Added the ability to get a mutable char* from a CString, which will copy the internal
29835 * platform/CString.cpp:
29836 (WebCore::CString::mutableData):
29837 (WebCore::CString::copyBufferIfNeeded):
29838 * platform/CString.h:
32519 the parameters are pointers to the data and the return types are String and CString.
32628 * platform/CString.h:
32629 * platform/CString.cpp: (WebCore::CString::newUninitialized): Added. Gives a way
32630 to create a CString and then write directly into its buffer.
32654 (WebCore::encodeCString): Changed parameter to CString.
32666 CString instead of DeprecatedCString, etc.
34086 (CString::CString):
34087 (CString::data):
34198 * CMakeLists.txt: Add platform/CString.cpp.
34577 Add CString. CString is a simple, null-terminated byte buffer that supports data
34582 * platform/CString.cpp: Added.
34583 (WebCore::CString::CString):
34584 (WebCore::CString::init):
34585 (WebCore::CString::data):
34586 (WebCore::CString::length):
34587 (WebCore::CString::deprecatedCString):
34588 * platform/CString.h: Added.
34592 (WebCore::CString::CString):
34593 (WebCore::CString::operator const char*):
34594 (WebCore::CString::isNull):