Files
source/Y/utf8buf.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

28 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>utf8buf</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L156'>utf8buf</a> 156 src/viewer/datasource.c gchar utf8buf[MB_LEN_MAX + 1];</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L190'>utf8buf</a> 190 src/viewer/datasource.c utf8buf[i] = res;</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L193'>utf8buf</a> 193 src/viewer/datasource.c utf8buf[i] = '\0';</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L197'>utf8buf</a> 197 src/viewer/datasource.c utf8buf[MB_LEN_MAX] = '\0';</span>
<span class='curline'><a href='../S/src--viewer--datasource.c.html#L198'>utf8buf</a> 198 src/viewer/datasource.c str = utf8buf;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L190'>utf8buf</a> 190 src/viewer/hex.c gchar utf8buf[MB_LEN_MAX + 1];</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L197'>utf8buf</a> 197 src/viewer/hex.c utf8buf[j] = res;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L200'>utf8buf</a> 200 src/viewer/hex.c utf8buf[j] = '\0';</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L205'>utf8buf</a> 205 src/viewer/hex.c utf8buf[j] = curr-&gt;value;</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L212'>utf8buf</a> 212 src/viewer/hex.c utf8buf[MB_LEN_MAX] = '\0';</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L215'>utf8buf</a> 215 src/viewer/hex.c ch = g_utf8_get_char_validated (utf8buf, -1);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L222'>utf8buf</a> 222 src/viewer/hex.c next_ch = g_utf8_next_char (utf8buf);</span>
<span class='curline'><a href='../S/src--viewer--hex.c.html#L223'>utf8buf</a> 223 src/viewer/hex.c cont_bytes = next_ch - utf8buf - 1;</span>
</pre>
</body>
</html>