Searched refs:c_size (Results 1 – 1 of 1) sorted by relevance
668 uint8_t c_size; in lv_txt_utf8_prev() local676 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() local706 byte_cnt += c_size ? c_size : 1; in lv_txt_utf8_get_byte_id()