utf8_buf          237 src/editor/editbuffer.c         gchar utf8_buf[UTF8_CHAR_LEN + 1];
utf8_buf          240 src/editor/editbuffer.c             utf8_buf[i] = edit_buffer_get_byte (buf, byte_index + i);
utf8_buf          241 src/editor/editbuffer.c         utf8_buf[i] = '\0';
utf8_buf          242 src/editor/editbuffer.c         res = g_utf8_get_char_validated (utf8_buf, -1);
utf8_buf          278 src/editor/editbuffer.c     gchar utf8_buf[3 * UTF8_CHAR_LEN + 1];
utf8_buf          290 src/editor/editbuffer.c         utf8_buf[i] = edit_buffer_get_byte (buf, byte_index + i - (2 * UTF8_CHAR_LEN));
utf8_buf          291 src/editor/editbuffer.c     utf8_buf[i] = '\0';
utf8_buf          293 src/editor/editbuffer.c     cursor_buf_ptr = utf8_buf + (2 * UTF8_CHAR_LEN);
utf8_buf          294 src/editor/editbuffer.c     str = g_utf8_find_prev_char (utf8_buf, cursor_buf_ptr);