g_utf8_next_char  298 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  560 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  599 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  656 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  662 lib/strutil/strutilutf8.c         tool->checked = g_utf8_next_char (tool->checked);
g_utf8_next_char  945 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
g_utf8_next_char  613 src/diffviewer/ydiff.c         next_ch = g_utf8_next_char (str);
g_utf8_next_char  642 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  227 src/viewer/hex.c                         next_ch = g_utf8_next_char (utf8buf);