Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_txt.c34 static uint32_t lv_txt_utf8_next(const char * txt, uint32_t * i);
60 uint32_t (*_lv_txt_encoded_next)(const char *, uint32_t *) = lv_txt_utf8_next;
591 static uint32_t lv_txt_utf8_next(const char * txt, uint32_t * i) in lv_txt_utf8_next() function