Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_misc/
Dlv_txt.c31 static uint32_t lv_txt_utf8_next(const char * txt, uint32_t * i);
57 uint32_t (*_lv_txt_encoded_next)(const char *, uint32_t *) = lv_txt_utf8_next;
565 static uint32_t lv_txt_utf8_next(const char * txt, uint32_t * i) in lv_txt_utf8_next() function