|
static String | substring (const String &s, size_t pos, size_t len) |
|
static String | fromInteger (int number) |
|
static String | fromInteger (size_t number) |
|
static String | fromDouble (double number) |
|
static double | toDouble (const char *s, size_t len, bool *isOk) |
|
static size_t | find (const String &s, const char *needle) |
|
static size_t | find (const String &s, const String &needle) |
|
static void | builderAppend (StringBuilder &builder, const String &s) |
|
static void | builderAppend (StringBuilder &builder, UChar c) |
|
static void | builderAppend (StringBuilder &builder, const char *s, size_t len) |
|
static void | builderAppendQuotedString (StringBuilder &, const String &) |
|
static void | builderReserve (StringBuilder &builder, size_t capacity) |
|
static String | builderToString (StringBuilder &builder) |
|
static std::unique_ptr< protocol::Value > | parseJSON (const String16 &json) |
|
static std::unique_ptr< protocol::Value > | parseJSON (const StringView &json) |
|
|
static const size_t | kNotFound = String::kNotFound |
|
Definition at line 26 of file string-util.h.
The documentation for this class was generated from the following files: