|
Defines |
#define | GLIB_VAR extern |
#define | g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(guchar *)(p)]) |
Typedefs |
typedef guint16 | gunichar2 |
Enumerations |
enum | GUnicodeType |
enum | GUnicodeBreakType |
Functions |
gboolean | g_get_charset (char **charset) |
gboolean | g_unichar_isalnum (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isalpha (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_iscntrl (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isdigit (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isgraph (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_islower (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isprint (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_ispunct (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isspace (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isupper (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isxdigit (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_istitle (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_isdefined (gunichar c) G_GNUC_CONST |
gboolean | g_unichar_iswide (gunichar c) G_GNUC_CONST |
gunichar | g_unichar_toupper (gunichar c) G_GNUC_CONST |
gunichar | g_unichar_tolower (gunichar c) G_GNUC_CONST |
gunichar | g_unichar_totitle (gunichar c) G_GNUC_CONST |
gint | g_unichar_digit_value (gunichar c) G_GNUC_CONST |
gint | g_unichar_xdigit_value (gunichar c) G_GNUC_CONST |
GUnicodeType | g_unichar_type (gunichar c) G_GNUC_CONST |
GUnicodeBreakType | g_unichar_break_type (gunichar c) G_GNUC_CONST |
void | g_unicode_canonical_ordering (gunichar *string, size_t len) |
gunichar * | g_unicode_canonical_decomposition (gunichar ch, size_t *result_len) |
gunichar | g_utf8_get_char (const gchar *p) |
gchar * | g_utf8_offset_to_pointer (const gchar *str, gint offset) |
gint | g_utf8_pointer_to_offset (const gchar *str, const gchar *pos) |
gchar * | g_utf8_prev_char (const gchar *p) |
gchar * | g_utf8_find_next_char (const gchar *p, const gchar *end) |
gchar * | g_utf8_find_prev_char (const gchar *str, const gchar *p) |
gint | g_utf8_strlen (const gchar *p, gint max) |
gchar * | g_utf8_strncpy (gchar *dest, const gchar *src, size_t n) |
gchar * | g_utf8_strchr (const gchar *p, gunichar c) |
gchar * | g_utf8_strrchr (const gchar *p, gunichar c) |
gunichar2 * | g_utf8_to_utf16 (const gchar *str, gint len) |
gunichar * | g_utf8_to_ucs4 (const gchar *str, gint len) |
gunichar * | g_utf16_to_ucs4 (const gunichar2 *str, gint len) |
gchar * | g_utf16_to_utf8 (const gunichar2 *str, gint len) |
gunichar * | g_ucs4_to_utf16 (const gunichar *str, gint len) |
gchar * | g_ucs4_to_utf8 (const gunichar *str, gint len) |
gint | g_unichar_to_utf8 (gunichar c, char *outbuf) |
gboolean | g_utf8_validate (const gchar *str, gint max_len, const gchar **end) |
Variables |
G_BEGIN_DECLS typedef guint32 | gunichar |
GLIB_VAR char | g_utf8_skip [256] |