Skip to content

mdz_utf32_size

maxdz-gmbh edited this page Apr 29, 2021 · 3 revisions

Return string Size in UTF-32 characters.

size_t mdz_utf32_size(const struct mdz_Utf32* pUtf32);

Parameter Description
pUtf32 pointer to string returned by mdz_utf32_create() or mdz_utf32_create_attached()
Return Description
SIZE_MAX if pUtf32 == NULL
Size otherwise
mdz_utf32 API Reference is generated using mdzApiRefGenerator.

Init mdz_unicode library functions

mdz_utf8 functions

mdz_wchar functions

mdz_utf16 functions

mdz_utf32 functions

mdz_unicode API Reference is generated using mdzApiRefGenerator.
Clone this wiki locally