Go to the source code of this file.
|
| cacao |
| This file contains the Instruction class.
|
|
| utf8 |
|
|
long | utf8::num_codepoints (const char *, size_t) |
|
size_t | utf8::num_bytes (const uint16_t *, size_t) |
|
size_t | utf8::compute_hash (const uint16_t *cs, size_t) |
|
void | utf_display_printable_ascii (Utf8String u) |
|
void | utf_display_printable_ascii_classname (Utf8String u) |
|
void | utf_fprint_printable_ascii (FILE *file, Utf8String u) |
|
void | utf_fprint_printable_ascii_classname (FILE *file, Utf8String u) |
|
OStream & | cacao::operator<< (OStream &os, const Utf8String &u) |
|
const char * | utf8_end (utf *) |
|
size_t | utf8_size (utf *) |
|
void | utf_sprint_convert_to_latin1 (char *buffer, Utf8String u) |
|
void | utf_sprint_convert_to_latin1_classname (char *buffer, Utf8String u) |
|
void | utf_strcat_convert_to_latin1 (char *buffer, Utf8String u) |
|
void | utf_strcat_convert_to_latin1_classname (char *buffer, Utf8String u) |
|
const char* utf8_end |
( |
utf * |
| ) |
|
size_t utf8_size |
( |
utf * |
| ) |
|
void utf_fprint_printable_ascii_classname |
( |
FILE * |
file, |
|
|
Utf8String |
u |
|
) |
| |
void utf_sprint_convert_to_latin1_classname |
( |
char * |
buffer, |
|
|
Utf8String |
u |
|
) |
| |
void utf_strcat_convert_to_latin1_classname |
( |
char * |
buffer, |
|
|
Utf8String |
u |
|
) |
| |