:::C++
int = strlen(utf16 *);
This is an overloaded function to match the standard strlen function. This variation takes an array of short (16 bit integer) values and interprets them as a UTF16 string. The number of UTF16 characters in the string is returned.
Part of: [Arduino Library]