Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c150 static size_t utf16nbytes(const void *, size_t);
521 count = utf16nbytes(s, length); in archive_wstring_append_from_mbs_in_codepage()
542 count = utf16nbytes(s, length); in archive_wstring_append_from_mbs_in_codepage()
1972 utf16nbytes(const void *_p, size_t n) in utf16nbytes() function
2010 length = utf16nbytes(_p, n); in archive_strncat_l()