touchgfx::Unicode::strlen() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Unicode::strlen() method

@fn static uint16_t Unicode::strlen(const UnicodeChar* str); Gets the length of a 0-terminated unicode string. Gets the length of a 0-terminated unicode string.

Syntax

static uint16_t strlen(const UnicodeChar* str);

Arguments

str

The string in question.

Return value

Length of string.

References

LocationText
Unicode.hpp:55
static uint16_t strlen(const UnicodeChar* str);
Unicode.hpp:68
static uint16_t strlen(const char* str);

Type Use

Type of touchgfx::Unicode::strlen()
touchgfx::Unicode::strlen()
uint16_t
all items filtered out