Searched refs:unicode_to_utf16le (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c111 unicode_to_utf16le(char *p, uint32_t uc) function
217 op16le += unicode_to_utf16le(op16le, uc);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c189 static size_t unicode_to_utf16le(char *, size_t, uint32_t);
2621 unicode_to_utf16le(char *p, size_t remaining, uint32_t uc) function
2736 unparse = unicode_to_utf16le;
2750 unparse = unicode_to_utf16le;
2955 unparse = unicode_to_utf16le;
2973 unparse = unicode_to_utf16le;
3262 unparse = unicode_to_utf16le;
3280 unparse = unicode_to_utf16le;

Completed in 108 milliseconds