logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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