|
| | AtomicString () |
| |
| | AtomicString (const LChar *) |
| |
| | AtomicString (const char *) |
| |
| | AtomicString (const LChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length, unsigned existingHash) |
| |
| | AtomicString (const UChar *) |
| |
| template<size_t inlineCapacity> |
| | AtomicString (const Vector< UChar, inlineCapacity > &characters) |
| |
| | AtomicString (AtomicStringImpl *) |
| |
| | AtomicString (RefPtr< AtomicStringImpl > &&) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (StringImpl *) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (const String &) |
| |
| | AtomicString (StringImpl *baseString, unsigned start, unsigned length) |
| |
| | AtomicString (UniquedStringImpl *uid) |
| |
| | AtomicString (const char *characters, unsigned length, ConstructFromLiteralTag) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE | AtomicString (const char(&characters)[charactersCount], ConstructFromLiteralTag) |
| |
| | AtomicString (const AtomicString &other) |
| |
| | AtomicString (AtomicString &&other) |
| |
| AtomicString & | operator= (const AtomicString &other) |
| |
| AtomicString & | operator= (AtomicString &&other) |
| |
| | AtomicString (WTF::HashTableDeletedValueType) |
| |
| bool | isHashTableDeletedValue () const |
| |
| unsigned | existingHash () const |
| |
| | operator const String & () const |
| |
| const String & | string () const |
| |
| AtomicStringImpl * | impl () const |
| |
| bool | is8Bit () const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| unsigned | length () const |
| |
| UChar | operator[] (unsigned int i) const |
| |
| bool | contains (UChar c) const |
| |
| bool | contains (const LChar *s, bool caseSensitive=true) const |
| |
| bool | contains (const String &s) const |
| |
| bool | contains (const String &s, bool caseSensitive) const |
| |
| bool | containsIgnoringASCIICase (const String &s) const |
| |
| size_t | find (UChar c, unsigned start=0) const |
| |
| size_t | find (const LChar *s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | find (const String &s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | findIgnoringASCIICase (const String &s) const |
| |
| size_t | findIgnoringASCIICase (const String &s, unsigned startOffset) const |
| |
| size_t | find (CharacterMatchFunctionPtr matchFunction, unsigned start=0) const |
| |
| bool | startsWith (const String &s) const |
| |
| bool | startsWithIgnoringASCIICase (const String &s) const |
| |
| bool | startsWith (const String &s, bool caseSensitive) const |
| |
| bool | startsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | startsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| bool | endsWith (const String &s) const |
| |
| bool | endsWithIgnoringASCIICase (const String &s) const |
| |
| bool | endsWith (const String &s, bool caseSensitive) const |
| |
| bool | endsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | endsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIILowercase () const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIIUppercase () const |
| |
| int | toInt (bool *ok=0) const |
| |
| double | toDouble (bool *ok=0) const |
| |
| float | toFloat (bool *ok=0) const |
| |
| bool | percentage (int &p) const |
| |
| bool | isNull () const |
| |
| bool | isEmpty () const |
| |
| void | show () const |
| |
| | AtomicString () |
| |
| | AtomicString (const LChar *) |
| |
| | AtomicString (const char *) |
| |
| | AtomicString (const LChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length, unsigned existingHash) |
| |
| | AtomicString (const UChar *) |
| |
| template<size_t inlineCapacity> |
| | AtomicString (const Vector< UChar, inlineCapacity > &characters) |
| |
| | AtomicString (AtomicStringImpl *) |
| |
| | AtomicString (RefPtr< AtomicStringImpl > &&) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (StringImpl *) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (const String &) |
| |
| | AtomicString (StringImpl *baseString, unsigned start, unsigned length) |
| |
| | AtomicString (UniquedStringImpl *uid) |
| |
| | AtomicString (const char *characters, unsigned length, ConstructFromLiteralTag) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE | AtomicString (const char(&characters)[charactersCount], ConstructFromLiteralTag) |
| |
| | AtomicString (const AtomicString &other) |
| |
| | AtomicString (AtomicString &&other) |
| |
| AtomicString & | operator= (const AtomicString &other) |
| |
| AtomicString & | operator= (AtomicString &&other) |
| |
| | AtomicString (WTF::HashTableDeletedValueType) |
| |
| bool | isHashTableDeletedValue () const |
| |
| unsigned | existingHash () const |
| |
| | operator const String & () const |
| |
| const String & | string () const |
| |
| AtomicStringImpl * | impl () const |
| |
| bool | is8Bit () const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| unsigned | length () const |
| |
| UChar | operator[] (unsigned int i) const |
| |
| bool | contains (UChar c) const |
| |
| bool | contains (const LChar *s, bool caseSensitive=true) const |
| |
| bool | contains (const String &s) const |
| |
| bool | contains (const String &s, bool caseSensitive) const |
| |
| bool | containsIgnoringASCIICase (const String &s) const |
| |
| size_t | find (UChar c, unsigned start=0) const |
| |
| size_t | find (const LChar *s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | find (const String &s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | findIgnoringASCIICase (const String &s) const |
| |
| size_t | findIgnoringASCIICase (const String &s, unsigned startOffset) const |
| |
| size_t | find (CharacterMatchFunctionPtr matchFunction, unsigned start=0) const |
| |
| bool | startsWith (const String &s) const |
| |
| bool | startsWithIgnoringASCIICase (const String &s) const |
| |
| bool | startsWith (const String &s, bool caseSensitive) const |
| |
| bool | startsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | startsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| bool | endsWith (const String &s) const |
| |
| bool | endsWithIgnoringASCIICase (const String &s) const |
| |
| bool | endsWith (const String &s, bool caseSensitive) const |
| |
| bool | endsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | endsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIILowercase () const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIIUppercase () const |
| |
| int | toInt (bool *ok=0) const |
| |
| double | toDouble (bool *ok=0) const |
| |
| float | toFloat (bool *ok=0) const |
| |
| bool | percentage (int &p) const |
| |
| bool | isNull () const |
| |
| bool | isEmpty () const |
| |
| void | show () const |
| |
| | AtomicString () |
| |
| | AtomicString (const LChar *) |
| |
| | AtomicString (const char *) |
| |
| | AtomicString (const LChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length) |
| |
| | AtomicString (const UChar *, unsigned length, unsigned existingHash) |
| |
| | AtomicString (const UChar *) |
| |
| template<size_t inlineCapacity> |
| | AtomicString (const Vector< UChar, inlineCapacity > &characters) |
| |
| | AtomicString (AtomicStringImpl *) |
| |
| | AtomicString (RefPtr< AtomicStringImpl > &&) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (StringImpl *) |
| |
| ATOMICSTRING_CONVERSION | AtomicString (const String &) |
| |
| | AtomicString (StringImpl *baseString, unsigned start, unsigned length) |
| |
| | AtomicString (UniquedStringImpl *uid) |
| |
| | AtomicString (const char *characters, unsigned length, ConstructFromLiteralTag) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE | AtomicString (const char(&characters)[charactersCount], ConstructFromLiteralTag) |
| |
| | AtomicString (const AtomicString &other) |
| |
| | AtomicString (AtomicString &&other) |
| |
| AtomicString & | operator= (const AtomicString &other) |
| |
| AtomicString & | operator= (AtomicString &&other) |
| |
| | AtomicString (WTF::HashTableDeletedValueType) |
| |
| bool | isHashTableDeletedValue () const |
| |
| unsigned | existingHash () const |
| |
| | operator const String & () const |
| |
| const String & | string () const |
| |
| AtomicStringImpl * | impl () const |
| |
| bool | is8Bit () const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| unsigned | length () const |
| |
| UChar | operator[] (unsigned int i) const |
| |
| bool | contains (UChar c) const |
| |
| bool | contains (const LChar *s, bool caseSensitive=true) const |
| |
| bool | contains (const String &s) const |
| |
| bool | contains (const String &s, bool caseSensitive) const |
| |
| bool | containsIgnoringASCIICase (const String &s) const |
| |
| size_t | find (UChar c, unsigned start=0) const |
| |
| size_t | find (const LChar *s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | find (const String &s, unsigned start=0, bool caseSentitive=true) const |
| |
| size_t | findIgnoringASCIICase (const String &s) const |
| |
| size_t | findIgnoringASCIICase (const String &s, unsigned startOffset) const |
| |
| size_t | find (CharacterMatchFunctionPtr matchFunction, unsigned start=0) const |
| |
| bool | startsWith (const String &s) const |
| |
| bool | startsWithIgnoringASCIICase (const String &s) const |
| |
| bool | startsWith (const String &s, bool caseSensitive) const |
| |
| bool | startsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | startsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| bool | endsWith (const String &s) const |
| |
| bool | endsWithIgnoringASCIICase (const String &s) const |
| |
| bool | endsWith (const String &s, bool caseSensitive) const |
| |
| bool | endsWith (UChar character) const |
| |
| template<unsigned matchLength> |
| bool | endsWith (const char(&prefix)[matchLength], bool caseSensitive=true) const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIILowercase () const |
| |
| WTF_EXPORT_STRING_API AtomicString | convertToASCIIUppercase () const |
| |
| int | toInt (bool *ok=0) const |
| |
| double | toDouble (bool *ok=0) const |
| |
| float | toFloat (bool *ok=0) const |
| |
| bool | percentage (int &p) const |
| |
| bool | isNull () const |
| |
| bool | isEmpty () const |
| |
| void | show () const |
| |
| template<AtomicString::CaseConvertType type> |
| ALWAYS_INLINE AtomicString | convertASCIICase () const |
| |