buf_ch            411 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            424 lib/charsets.c         switch (str_translate_char (conv, str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            427 lib/charsets.c             ch = buf_ch[0];
buf_ch            448 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            458 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            461 lib/charsets.c         ch = buf_ch[0];
buf_ch            480 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            486 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            492 lib/charsets.c         res = g_utf8_get_char_validated ((char *) buf_ch, -1);
buf_ch            493 lib/charsets.c         ch = res >= 0 ? res : buf_ch[0];