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);
498 count = (int)utf16nbytes(s, length); in archive_wstring_append_from_mbs_in_codepage()
519 count = (int)utf16nbytes(s, length); in archive_wstring_append_from_mbs_in_codepage()
1935 utf16nbytes(const void *_p, size_t n) in utf16nbytes() function
1973 length = utf16nbytes(_p, n); in archive_strncat_l()