Skip to content

mdz_utf8_size

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

Return string Size in bytes.

size_t mdz_utf8_size(const struct mdz_Utf8* pUtf8);

Parameter Description
pUtf8 pointer to string returned by mdz_utf8_create() or mdz_utf8_create_attached()
Return Description
SIZE_MAX if pUtf8 == NULL
Size otherwise
mdz_utf8 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