v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8_inspector::protocol::StringUtil Class Reference

#include <string-util.h>

Collaboration diagram for v8_inspector::protocol::StringUtil:

Static Public Member Functions

static String fromUTF8 (const uint8_t *data, size_t length)
 
static String fromUTF16LE (const uint16_t *data, size_t length)
 
static const uint8_t * CharactersLatin1 (const String &s)
 
static const uint8_t * CharactersUTF8 (const String &s)
 
static const uint16_t * CharactersUTF16 (const String &s)
 
static size_t CharacterCount (const String &s)
 

Detailed Description

Definition at line 28 of file string-util.h.

Member Function Documentation

◆ CharacterCount()

static size_t v8_inspector::protocol::StringUtil::CharacterCount ( const String & s)
inlinestatic

Definition at line 43 of file string-util.h.

◆ CharactersLatin1()

static const uint8_t * v8_inspector::protocol::StringUtil::CharactersLatin1 ( const String & s)
inlinestatic

Definition at line 38 of file string-util.h.

◆ CharactersUTF16()

static const uint16_t * v8_inspector::protocol::StringUtil::CharactersUTF16 ( const String & s)
inlinestatic

Definition at line 40 of file string-util.h.

◆ CharactersUTF8()

static const uint8_t * v8_inspector::protocol::StringUtil::CharactersUTF8 ( const String & s)
inlinestatic

Definition at line 39 of file string-util.h.

◆ fromUTF16LE()

static String v8_inspector::protocol::StringUtil::fromUTF16LE ( const uint16_t * data,
size_t length )
inlinestatic

Definition at line 34 of file string-util.h.

Here is the call graph for this function:

◆ fromUTF8()

static String v8_inspector::protocol::StringUtil::fromUTF8 ( const uint8_t * data,
size_t length )
inlinestatic

Definition at line 30 of file string-util.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: