Home
last modified time | relevance | path

Searched refs:utf_8_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/
H A Dfmtutils.c105 size_t utf_8_len) in utf_16le_to_utf_8_truncated() argument
110 if (utf_8_len == 0) { in utf_16le_to_utf_8_truncated()
191 if (utf_8_len < 2) { in utf_16le_to_utf_8_truncated()
199 utf_8_len--; in utf_16le_to_utf_8_truncated()
202 if (utf_8_len < 3) { in utf_16le_to_utf_8_truncated()
211 utf_8_len -= 2; in utf_16le_to_utf_8_truncated()
214 if (utf_8_len < 4) { in utf_16le_to_utf_8_truncated()
224 utf_8_len -= 3; in utf_16le_to_utf_8_truncated()
227 if (utf_8_len < 5) { in utf_16le_to_utf_8_truncated()
238 utf_8_len -= 3; in utf_16le_to_utf_8_truncated()
[all …]