#include <DeprecatedCString.h>

Public Member Functions | |
| DeprecatedCString () | |
| DeprecatedCString (int) | |
| DeprecatedCString (const char *) | |
| DeprecatedCString (const char *, unsigned) | |
| DeprecatedCString & | operator= (const char *) |
| bool | isEmpty () const |
| bool | isNull () const |
| int | find (const char *, int index=0, bool cs=true) const |
| int | contains (char, bool cs=true) const |
| unsigned | length () const |
| bool | truncate (unsigned) |
| DeprecatedCString | lower () const |
| DeprecatedCString | upper () const |
| DeprecatedCString | left (unsigned) const |
| DeprecatedCString | right (unsigned) const |
| DeprecatedCString | mid (unsigned, unsigned len=0xffffffff) const |
| DeprecatedCString & | append (char) |
| DeprecatedCString & | append (const char *) |
| DeprecatedCString & | replace (char, char) |
| operator const char * () const | |
| DeprecatedCString & | operator+= (const char *s) |
| DeprecatedCString & | operator+= (char c) |
| WebCore::DeprecatedCString::DeprecatedCString | ( | ) |
| WebCore::DeprecatedCString::DeprecatedCString | ( | int | size | ) |
| WebCore::DeprecatedCString::DeprecatedCString | ( | const char * | str | ) |
| WebCore::DeprecatedCString::DeprecatedCString | ( | const char * | str, | |
| unsigned | max | |||
| ) |
| DeprecatedCString & WebCore::DeprecatedCString::operator= | ( | const char * | assignFrom | ) |
| bool WebCore::DeprecatedCString::isEmpty | ( | ) | const |
| bool WebCore::DeprecatedCString::isNull | ( | ) | const [inline] |
| int WebCore::DeprecatedCString::contains | ( | char | c, | |
| bool | cs = true | |||
| ) | const |
| unsigned WebCore::DeprecatedCString::length | ( | ) | const |
| bool WebCore::DeprecatedCString::truncate | ( | unsigned | pos | ) |
| DeprecatedCString WebCore::DeprecatedCString::lower | ( | ) | const |
| DeprecatedCString WebCore::DeprecatedCString::upper | ( | ) | const |
| DeprecatedCString WebCore::DeprecatedCString::left | ( | unsigned | len | ) | const [inline] |
| DeprecatedCString WebCore::DeprecatedCString::right | ( | unsigned | len | ) | const [inline] |
| DeprecatedCString WebCore::DeprecatedCString::mid | ( | unsigned | index, | |
| unsigned | len = 0xffffffff | |||
| ) | const |
| DeprecatedCString & WebCore::DeprecatedCString::append | ( | char | c | ) |
| DeprecatedCString & WebCore::DeprecatedCString::append | ( | const char * | s | ) |
| DeprecatedCString & WebCore::DeprecatedCString::replace | ( | char | c1, | |
| char | c2 | |||
| ) |
| WebCore::DeprecatedCString::operator const char * | ( | ) | const [inline] |
Reimplemented from WebCore::DeprecatedArray< char >.
| DeprecatedCString& WebCore::DeprecatedCString::operator+= | ( | const char * | s | ) | [inline] |
| DeprecatedCString& WebCore::DeprecatedCString::operator+= | ( | char | c | ) | [inline] |