mdz_utf16_length - maxdz-gmbh/mdz_unicode GitHub Wiki
Return string Length in symbols.
size_t mdz_utf16_length(const struct mdz_Utf16* pUtf16);
| Parameter | Description |
|---|---|
pUtf16 |
pointer to string returned by mdz_utf16_create() or mdz_utf16_create_attached()
|
| Return | Description |
|---|---|
SIZE_MAX |
if pUtf16 == NULL
|
Length |
otherwise |