buf_ch            412 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            425 lib/charsets.c         switch (str_translate_char (conv, str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            428 lib/charsets.c             ch = buf_ch[0];
buf_ch            449 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            459 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            462 lib/charsets.c         ch = buf_ch[0];
buf_ch            481 lib/charsets.c     unsigned char buf_ch[UTF8_CHAR_LEN + 1];
buf_ch            487 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            493 lib/charsets.c             res = g_utf8_get_char_validated ((char *) buf_ch, -1);
buf_ch            494 lib/charsets.c             ch = res >= 0 ? res : buf_ch[0];