1FcUtf16ToUcs4(3) FcUtf16ToUcs4(3)
23
4
NAME
6FcUtf16ToUcs4 - convert UTF-16 to UCS4
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
int FcUtf16ToUcs4 (FcChar8 *src, FcEndian endian, FcChar32 *dst, int len);
12
DESCRIPTION
14Converts the next Unicode char from src into dst and returns the number
15of bytes containing the char. src must be at least len bytes long.
16Bytes of src are combined into 16-bit units according to endian.
1718
19
20
Fontconfig 2.13.93 28 11月 2020 FcUtf16ToUcs4(3)