Searched refs:encode_utf8 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/file/dist/src/ |
H A D | ascmagic.c | 59 file_private unsigned char *encode_utf8(unsigned char *, size_t, file_unichar_t *, 156 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding() 343 encode_utf8(unsigned char *buf, size_t len, file_unichar_t *ubuf, size_t ulen) in encode_utf8() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | casefold.c | 222 static void encode_utf8(VSTRING *buffer, int codepoint) in encode_utf8() function 302 encode_utf8(buffer, codepoint); in main()
|