Searched refs:unicode_to_utf16be (Results 1 – 2 of 2) sorted by relevance
188 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() function2784 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()
82 unicode_to_utf16be(char *p, uint32_t uc) in unicode_to_utf16be() function214 op16be += unicode_to_utf16be(op16be, uc); in scan_unicode_pattern()