|
| StringView () |
|
| ~StringView () |
|
| StringView (StringView &&) |
|
| StringView (const StringView &) |
|
StringView & | operator= (StringView &&) |
|
StringView & | operator= (const StringView &) |
|
| StringView (const AtomicString &) |
|
| StringView (const String &) |
|
| StringView (const StringImpl &) |
|
| StringView (const StringImpl *) |
|
| StringView (const LChar *, unsigned length) |
|
| StringView (const UChar *, unsigned length) |
|
| StringView (const char *) |
|
unsigned | length () const |
|
bool | isEmpty () const |
|
| operator bool () const |
|
bool | isNull () const |
|
UChar | operator[] (unsigned index) const |
|
CodeUnits | codeUnits () const |
|
CodePoints | codePoints () const |
|
GraphemeClusters | graphemeClusters () const |
|
bool | is8Bit () const |
|
const LChar * | characters8 () const |
|
const UChar * | characters16 () const |
|
String | toString () const |
|
String | toStringWithoutCopying () const |
|
AtomicString | toAtomicString () const |
|
WTF_EXPORT_STRING_API CString | utf8 (ConversionMode=LenientConversion) const |
|
UpconvertedCharacters | upconvertedCharacters () const |
|
void | getCharactersWithUpconvert (LChar *) const |
|
void | getCharactersWithUpconvert (UChar *) const |
|
StringView | substring (unsigned start, unsigned length=std::numeric_limits< unsigned >::max()) const |
|
StringView | left (unsigned len) const |
|
StringView | right (unsigned len) const |
|
SplitResult | split (UChar) const |
|
size_t | find (UChar, unsigned start=0) const |
|
size_t | find (CharacterMatchFunction, unsigned start=0) const |
|
WTF_EXPORT_STRING_API size_t | find (StringView, unsigned start) const |
|
size_t | reverseFind (UChar, unsigned index=UINT_MAX) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
bool | contains (UChar) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
WTF_EXPORT_STRING_API bool | startsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | startsWithIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWithIgnoringASCIICase (const StringView &) const |
|
int | toInt () const |
|
int | toInt (bool &isValid) const |
|
int | toIntStrict (bool &isValid) const |
|
float | toFloat (bool &isValid) const |
|
| StringView () |
|
| ~StringView () |
|
| StringView (StringView &&) |
|
| StringView (const StringView &) |
|
StringView & | operator= (StringView &&) |
|
StringView & | operator= (const StringView &) |
|
| StringView (const AtomicString &) |
|
| StringView (const String &) |
|
| StringView (const StringImpl &) |
|
| StringView (const StringImpl *) |
|
| StringView (const LChar *, unsigned length) |
|
| StringView (const UChar *, unsigned length) |
|
| StringView (const char *) |
|
unsigned | length () const |
|
bool | isEmpty () const |
|
| operator bool () const |
|
bool | isNull () const |
|
UChar | operator[] (unsigned index) const |
|
CodeUnits | codeUnits () const |
|
CodePoints | codePoints () const |
|
GraphemeClusters | graphemeClusters () const |
|
bool | is8Bit () const |
|
const LChar * | characters8 () const |
|
const UChar * | characters16 () const |
|
String | toString () const |
|
String | toStringWithoutCopying () const |
|
AtomicString | toAtomicString () const |
|
WTF_EXPORT_STRING_API CString | utf8 (ConversionMode=LenientConversion) const |
|
UpconvertedCharacters | upconvertedCharacters () const |
|
void | getCharactersWithUpconvert (LChar *) const |
|
void | getCharactersWithUpconvert (UChar *) const |
|
StringView | substring (unsigned start, unsigned length=std::numeric_limits< unsigned >::max()) const |
|
StringView | left (unsigned len) const |
|
StringView | right (unsigned len) const |
|
SplitResult | split (UChar) const |
|
size_t | find (UChar, unsigned start=0) const |
|
size_t | find (CharacterMatchFunction, unsigned start=0) const |
|
WTF_EXPORT_STRING_API size_t | find (StringView, unsigned start) const |
|
size_t | reverseFind (UChar, unsigned index=UINT_MAX) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
bool | contains (UChar) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
WTF_EXPORT_STRING_API bool | startsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | startsWithIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWithIgnoringASCIICase (const StringView &) const |
|
int | toInt () const |
|
int | toInt (bool &isValid) const |
|
int | toIntStrict (bool &isValid) const |
|
float | toFloat (bool &isValid) const |
|
| StringView () |
|
| ~StringView () |
|
| StringView (StringView &&) |
|
| StringView (const StringView &) |
|
StringView & | operator= (StringView &&) |
|
StringView & | operator= (const StringView &) |
|
| StringView (const AtomicString &) |
|
| StringView (const String &) |
|
| StringView (const StringImpl &) |
|
| StringView (const StringImpl *) |
|
| StringView (const LChar *, unsigned length) |
|
| StringView (const UChar *, unsigned length) |
|
| StringView (const char *) |
|
unsigned | length () const |
|
bool | isEmpty () const |
|
| operator bool () const |
|
bool | isNull () const |
|
UChar | operator[] (unsigned index) const |
|
CodeUnits | codeUnits () const |
|
CodePoints | codePoints () const |
|
GraphemeClusters | graphemeClusters () const |
|
bool | is8Bit () const |
|
const LChar * | characters8 () const |
|
const UChar * | characters16 () const |
|
String | toString () const |
|
String | toStringWithoutCopying () const |
|
AtomicString | toAtomicString () const |
|
WTF_EXPORT_STRING_API CString | utf8 (ConversionMode=LenientConversion) const |
|
UpconvertedCharacters | upconvertedCharacters () const |
|
void | getCharactersWithUpconvert (LChar *) const |
|
void | getCharactersWithUpconvert (UChar *) const |
|
StringView | substring (unsigned start, unsigned length=std::numeric_limits< unsigned >::max()) const |
|
StringView | left (unsigned len) const |
|
StringView | right (unsigned len) const |
|
SplitResult | split (UChar) const |
|
size_t | find (UChar, unsigned start=0) const |
|
size_t | find (CharacterMatchFunction, unsigned start=0) const |
|
WTF_EXPORT_STRING_API size_t | find (StringView, unsigned start) const |
|
size_t | reverseFind (UChar, unsigned index=UINT_MAX) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API size_t | findIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
bool | contains (UChar) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | containsIgnoringASCIICase (const StringView &, unsigned startOffset) const |
|
WTF_EXPORT_STRING_API bool | startsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | startsWithIgnoringASCIICase (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWith (const StringView &) const |
|
WTF_EXPORT_STRING_API bool | endsWithIgnoringASCIICase (const StringView &) const |
|
int | toInt () const |
|
int | toInt (bool &isValid) const |
|
int | toIntStrict (bool &isValid) const |
|
float | toFloat (bool &isValid) const |
|