Home
last modified time | relevance | path

Searched refs:lv_text_utf8_get_length (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_text.c39 static uint32_t lv_text_utf8_get_length(const char * txt);
65 uint32_t (*const lv_text_get_encoded_length)(const char *) = lv_text_utf8_get_length;
783 static uint32_t lv_text_utf8_get_length(const char * txt) in lv_text_utf8_get_length() function