#include <string-util.h>
Definition at line 28 of file string-util.h.
◆ CharacterCount()
static size_t v8_inspector::protocol::StringUtil::CharacterCount |
( |
const String & | s | ) |
|
|
inlinestatic |
◆ CharactersLatin1()
static const uint8_t * v8_inspector::protocol::StringUtil::CharactersLatin1 |
( |
const String & | s | ) |
|
|
inlinestatic |
◆ CharactersUTF16()
static const uint16_t * v8_inspector::protocol::StringUtil::CharactersUTF16 |
( |
const String & | s | ) |
|
|
inlinestatic |
◆ CharactersUTF8()
static const uint8_t * v8_inspector::protocol::StringUtil::CharactersUTF8 |
( |
const String & | s | ) |
|
|
inlinestatic |
◆ fromUTF16LE()
static String v8_inspector::protocol::StringUtil::fromUTF16LE |
( |
const uint16_t * | data, |
|
|
size_t | length ) |
|
inlinestatic |
◆ fromUTF8()
static String v8_inspector::protocol::StringUtil::fromUTF8 |
( |
const uint8_t * | data, |
|
|
size_t | length ) |
|
inlinestatic |
The documentation for this class was generated from the following file: