Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt.c668 uint8_t c_size; in lv_txt_utf8_prev() local
676 c_size = _lv_txt_encoded_size(&txt[*i]); in lv_txt_utf8_prev()
677 if(c_size == 0) { in lv_txt_utf8_prev()
684 } while(c_size == 0); in lv_txt_utf8_prev()
704 uint8_t c_size = _lv_txt_encoded_size(&txt[byte_cnt]); in lv_txt_utf8_get_byte_id() local
706 byte_cnt += c_size ? c_size : 1; in lv_txt_utf8_get_byte_id()