|
| | StringBuilder () |
| |
| WTF_EXPORT_PRIVATE void | append (const UChar *, unsigned) |
| |
| WTF_EXPORT_PRIVATE void | append (const LChar *, unsigned) |
| |
| ALWAYS_INLINE void | append (const char *characters, unsigned length) |
| |
| void | append (const AtomicString &atomicString) |
| |
| void | append (const String &string) |
| |
| void | append (const StringBuilder &other) |
| |
| void | append (StringView stringView) |
| |
| void | append (const String &string, unsigned offset, unsigned length) |
| |
| void | append (const char *characters) |
| |
| void | append (UChar c) |
| |
| void | append (LChar c) |
| |
| void | append (char c) |
| |
| void | append (UChar32 c) |
| |
| WTF_EXPORT_PRIVATE void | appendQuotedJSONString (const String &) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE void | appendLiteral (const char(&characters)[charactersCount]) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (double, unsigned precision=6, TrailingZerosTruncatingPolicy=TruncateTrailingZeros) |
| |
| WTF_EXPORT_PRIVATE void | appendECMAScriptNumber (double) |
| |
| WTF_EXPORT_PRIVATE void | appendFixedWidthNumber (double, unsigned decimalPlaces) |
| |
| String | toString () |
| |
| const String & | toStringPreserveCapacity () const |
| |
| AtomicString | toAtomicString () const |
| |
| unsigned | length () const |
| |
| bool | isEmpty () const |
| |
| WTF_EXPORT_PRIVATE void | reserveCapacity (unsigned newCapacity) |
| |
| unsigned | capacity () const |
| |
| WTF_EXPORT_PRIVATE void | resize (unsigned newSize) |
| |
| WTF_EXPORT_PRIVATE bool | canShrink () const |
| |
| WTF_EXPORT_PRIVATE void | shrinkToFit () |
| |
| UChar | operator[] (unsigned i) const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| bool | is8Bit () const |
| |
| void | clear () |
| |
| void | swap (StringBuilder &stringBuilder) |
| |
| | StringBuilder () |
| |
| WTF_EXPORT_PRIVATE void | append (const UChar *, unsigned) |
| |
| WTF_EXPORT_PRIVATE void | append (const LChar *, unsigned) |
| |
| ALWAYS_INLINE void | append (const char *characters, unsigned length) |
| |
| void | append (const AtomicString &atomicString) |
| |
| void | append (const String &string) |
| |
| void | append (const StringBuilder &other) |
| |
| void | append (StringView stringView) |
| |
| void | append (const String &string, unsigned offset, unsigned length) |
| |
| void | append (const char *characters) |
| |
| void | append (UChar c) |
| |
| void | append (LChar c) |
| |
| void | append (char c) |
| |
| void | append (UChar32 c) |
| |
| WTF_EXPORT_PRIVATE void | appendQuotedJSONString (const String &) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE void | appendLiteral (const char(&characters)[charactersCount]) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (double, unsigned precision=6, TrailingZerosTruncatingPolicy=TruncateTrailingZeros) |
| |
| WTF_EXPORT_PRIVATE void | appendECMAScriptNumber (double) |
| |
| WTF_EXPORT_PRIVATE void | appendFixedWidthNumber (double, unsigned decimalPlaces) |
| |
| String | toString () |
| |
| const String & | toStringPreserveCapacity () const |
| |
| AtomicString | toAtomicString () const |
| |
| unsigned | length () const |
| |
| bool | isEmpty () const |
| |
| WTF_EXPORT_PRIVATE void | reserveCapacity (unsigned newCapacity) |
| |
| unsigned | capacity () const |
| |
| WTF_EXPORT_PRIVATE void | resize (unsigned newSize) |
| |
| WTF_EXPORT_PRIVATE bool | canShrink () const |
| |
| WTF_EXPORT_PRIVATE void | shrinkToFit () |
| |
| UChar | operator[] (unsigned i) const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| bool | is8Bit () const |
| |
| void | clear () |
| |
| void | swap (StringBuilder &stringBuilder) |
| |
| | StringBuilder () |
| |
| WTF_EXPORT_PRIVATE void | append (const UChar *, unsigned) |
| |
| WTF_EXPORT_PRIVATE void | append (const LChar *, unsigned) |
| |
| ALWAYS_INLINE void | append (const char *characters, unsigned length) |
| |
| void | append (const AtomicString &atomicString) |
| |
| void | append (const String &string) |
| |
| void | append (const StringBuilder &other) |
| |
| void | append (StringView stringView) |
| |
| void | append (const String &string, unsigned offset, unsigned length) |
| |
| void | append (const char *characters) |
| |
| void | append (UChar c) |
| |
| void | append (LChar c) |
| |
| void | append (char c) |
| |
| void | append (UChar32 c) |
| |
| WTF_EXPORT_PRIVATE void | appendQuotedJSONString (const String &) |
| |
| template<unsigned charactersCount> |
| ALWAYS_INLINE void | appendLiteral (const char(&characters)[charactersCount]) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned int) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (unsigned long long) |
| |
| WTF_EXPORT_PRIVATE void | appendNumber (double, unsigned precision=6, TrailingZerosTruncatingPolicy=TruncateTrailingZeros) |
| |
| WTF_EXPORT_PRIVATE void | appendECMAScriptNumber (double) |
| |
| WTF_EXPORT_PRIVATE void | appendFixedWidthNumber (double, unsigned decimalPlaces) |
| |
| String | toString () |
| |
| const String & | toStringPreserveCapacity () const |
| |
| AtomicString | toAtomicString () const |
| |
| unsigned | length () const |
| |
| bool | isEmpty () const |
| |
| WTF_EXPORT_PRIVATE void | reserveCapacity (unsigned newCapacity) |
| |
| unsigned | capacity () const |
| |
| WTF_EXPORT_PRIVATE void | resize (unsigned newSize) |
| |
| WTF_EXPORT_PRIVATE bool | canShrink () const |
| |
| WTF_EXPORT_PRIVATE void | shrinkToFit () |
| |
| UChar | operator[] (unsigned i) const |
| |
| const LChar * | characters8 () const |
| |
| const UChar * | characters16 () const |
| |
| bool | is8Bit () const |
| |
| void | clear () |
| |
| void | swap (StringBuilder &stringBuilder) |
| |