Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c188 static size_t unicode_to_utf16be(char *, size_t, uint32_t);
2661 unicode_to_utf16be(char *p, size_t remaining, uint32_t uc) in unicode_to_utf16be() function
2784 unparse = unicode_to_utf16be; in archive_string_append_unicode()
2798 unparse = unicode_to_utf16be; in archive_string_append_unicode()
3001 unparse = unicode_to_utf16be; in archive_string_normalize_C()
3021 unparse = unicode_to_utf16be; in archive_string_normalize_C()
3308 unparse = unicode_to_utf16be; in archive_string_normalize_D()
3328 unparse = unicode_to_utf16be; in archive_string_normalize_D()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c82 unicode_to_utf16be(char *p, uint32_t uc) in unicode_to_utf16be() function
214 op16be += unicode_to_utf16be(op16be, uc); in scan_unicode_pattern()