g_utf8_next_char  301 lib/search/regex.c             p = g_utf8_next_char (p);
g_utf8_next_char  117 lib/strutil/strutilutf8.c     (*text) = g_utf8_next_char (*text);
g_utf8_next_char  134 lib/strutil/strutilutf8.c         (*text) = g_utf8_next_char (*text);
g_utf8_next_char  166 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
g_utf8_next_char  405 lib/strutil/strutilutf8.c     next = g_utf8_next_char (*string);
g_utf8_next_char  494 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
g_utf8_next_char  557 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  596 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  653 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  659 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  942 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
g_utf8_next_char  614 src/diffviewer/ydiff.c         next_ch = g_utf8_next_char (str);
g_utf8_next_char  643 src/diffviewer/ydiff.c                 tmpbuf = g_utf8_next_char (tmpbuf);
g_utf8_next_char  254 src/editor/editbuffer.c         next_ch = g_utf8_next_char (str);
g_utf8_next_char  296 src/editor/editbuffer.c     if (str == NULL || g_utf8_next_char (str) != cursor_buf_ptr)
g_utf8_next_char  253 src/editor/format.c                     next_ch = g_utf8_next_char (tb);
g_utf8_next_char  214 src/viewer/datasource.c         next_ch = g_utf8_next_char (str);
g_utf8_next_char  228 src/viewer/hex.c                         next_ch = g_utf8_next_char (utf8buf);