Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_text.c36 static uint32_t lv_text_utf8_prev(const char * txt, uint32_t * i_start);
62 uint32_t (*const lv_text_encoded_prev)(const char *, uint32_t *) = lv_text_utf8_prev;
711 static uint32_t lv_text_utf8_prev(const char * txt, uint32_t * i) in lv_text_utf8_prev() function