logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcUtf16ToUcs4 - convert UTF-16 to UCS4

Description

Converts the next Unicode char from src into dst and returns the number of bytes containing the char. src must be at least len bytes long. Bytes of src are combined into 16-bit units according to endian. Fontconfig 2.15.0 04 July 2025 FcUtf16ToUcs4(3)

Name

FcUtf16ToUcs4 - convert UTF-16 to UCS4

Synopsis

#include<fontconfig/fontconfig.h>intFcUtf16ToUcs4(FcChar8*src,FcEndianendian,FcChar32*dst,intlen);
return

See Also