Searched refs:unicode_to_utf8 (Results 1 – 2 of 2) sorted by relevance
187 static size_t unicode_to_utf8(char *, size_t, uint32_t);2493 unicode_to_utf8(char *p, size_t remaining, uint32_t uc) in unicode_to_utf8() function2701 w = unicode_to_utf8(t, sizeof(t), uc); in strncat_from_utf8_to_utf8()2727 unparse = unicode_to_utf8; in archive_string_append_unicode()2741 unparse = unicode_to_utf8; in archive_string_append_unicode()2948 unparse = unicode_to_utf8; in archive_string_normalize_C()2964 unparse = unicode_to_utf8; in archive_string_normalize_C()3255 unparse = unicode_to_utf8; in archive_string_normalize_D()3271 unparse = unicode_to_utf8; in archive_string_normalize_D()
49 unicode_to_utf8(char *p, uint32_t uc) in unicode_to_utf8() function217 op += unicode_to_utf8(op, uc); in scan_unicode_pattern()