|
static int | WriteEndCharacter (uint16_t character, int last_character, int remaining, char *const buffer, bool replace_invalid_utf8) |
|
Definition at line 4467 of file api.cc.
Utf8WriterVisitor |
( |
char * |
buffer, |
|
|
int |
capacity, |
|
|
bool |
skip_capacity_check, |
|
|
bool |
replace_invalid_utf8 |
|
) |
| |
|
inline |
int CompleteWrite |
( |
bool |
write_null, |
|
|
int * |
utf16_chars_read_out |
|
) |
| |
|
inline |
void Visit |
( |
const Char * |
chars, |
|
|
const int |
length |
|
) |
| |
|
inline |
void VisitOneByteString |
( |
const uint8_t * |
chars, |
|
|
int |
length |
|
) |
| |
|
inline |
void VisitTwoByteString |
( |
const uint16_t * |
chars, |
|
|
int |
length |
|
) |
| |
|
inline |
static int WriteEndCharacter |
( |
uint16_t |
character, |
|
|
int |
last_character, |
|
|
int |
remaining, |
|
|
char *const |
buffer, |
|
|
bool |
replace_invalid_utf8 |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: