Lines Matching full:guchar
1619 g_string_append_c (str, hex[((guchar)c) >> 4]);1620 g_string_append_c (str, hex[((guchar)c) & 0xf]);