buf_ch            409 lib/charsets.c     unsigned char buf_ch[MB_LEN_MAX + 1];
buf_ch            422 lib/charsets.c         switch (str_translate_char (conv, str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            425 lib/charsets.c             ch = buf_ch[0];
buf_ch            446 lib/charsets.c     unsigned char buf_ch[MB_LEN_MAX + 1];
buf_ch            456 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            459 lib/charsets.c         ch = buf_ch[0];
buf_ch            478 lib/charsets.c     unsigned char buf_ch[MB_LEN_MAX + 1];
buf_ch            484 lib/charsets.c     switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch)))
buf_ch            490 lib/charsets.c         res = g_utf8_get_char_validated ((char *) buf_ch, -1);
buf_ch            491 lib/charsets.c         ch = res >= 0 ? res : buf_ch[0];