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.c103 size_t utf_8_len) in utf_16le_to_utf_8_truncated() argument
108 if (utf_8_len == 0) { in utf_16le_to_utf_8_truncated()
189 if (utf_8_len < 2) { in utf_16le_to_utf_8_truncated()
197 utf_8_len--; in utf_16le_to_utf_8_truncated()
200 if (utf_8_len < 3) { in utf_16le_to_utf_8_truncated()
209 utf_8_len -= 2; in utf_16le_to_utf_8_truncated()
212 if (utf_8_len < 4) { in utf_16le_to_utf_8_truncated()
222 utf_8_len -= 3; in utf_16le_to_utf_8_truncated()
225 if (utf_8_len < 5) { in utf_16le_to_utf_8_truncated()
236 utf_8_len -= 3; in utf_16le_to_utf_8_truncated()
[all …]