Classes | |
class | WPXStringImpl |
Macros | |
#define | FIRST_BUF_SIZE 128 |
#define | UTF8_LENGTH(Char) |
#define | g_static_utf8_next_char(p) (char *)((p) + g_static_utf8_skip_data[*((uint8_t *)p)]) |
Functions | |
static int | g_static_utf8_strlen (const char *p) |
static int | g_static_unichar_to_utf8 (uint32_t c, char *outbuf) |
void | appendUCS4 (WPXString &str, uint32_t ucs4) |
Variables | |
static const int8_t | g_static_utf8_skip_data [256] |
#define FIRST_BUF_SIZE 128 |
Referenced by WPXString::sprintf(), and WPXString::WPXString().
#define g_static_utf8_next_char | ( | p) | (char *)((p) + g_static_utf8_skip_data[*((uint8_t *)p)]) |
Referenced by g_static_utf8_strlen(), WPXString::Iter::next(), WPXString::Iter::operator()(), and WPXString::WPXString().
#define UTF8_LENGTH | ( | Char) |
void appendUCS4 | ( | WPXString & | str, |
uint32_t | ucs4 | ||
) |
Referenced by WP6GraphicsBoxStylePacket::_readContents(), WP6FontDescriptorPacket::_readFontName(), WP42ContentListener::insertCharacter(), WP1ContentListener::insertCharacter(), WP3ContentListener::insertCharacter(), WP5ContentListener::insertCharacter(), WP6ContentListener::insertCharacter(), WP1ContentListener::insertExtendedCharacter(), WP6ExtendedDocumentSummaryPacket::parse(), and readPascalString().
|
static |
Referenced by appendUCS4().
|
static |
Referenced by WPXString::Iter::last(), and WPXString::len().
|
static |