buf_ch            414 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            427 lib/charsets.c         switch (str_translate_char (conv, str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            430 lib/charsets.c             ch = buf_ch[0];
buf_ch            451 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            461 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            464 lib/charsets.c         ch = buf_ch[0];
buf_ch            483 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            489 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            495 lib/charsets.c             res = g_utf8_get_char_validated ((char *) buf_ch, -1);
buf_ch            496 lib/charsets.c             ch = res >= 0 ? res : buf_ch[0];