Lines Matching refs:char_end_form
25 uint16_t char_end_form; member
126 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in _lv_txt_ap_calc_bytes_cnt()
206 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_middle_fo… in _lv_txt_ap_proc()
208 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_begining_… in _lv_txt_ap_proc()
210 ch_fin[j] = ap_chars_map[index_current].char_end_form; in _lv_txt_ap_proc()
212 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_isolated_… in _lv_txt_ap_proc()
258 for(uint8_t i = 0; ap_chars_map[i].char_end_form; i++) { in lv_ap_get_char_index()
261 …else if(c == ap_chars_map[i].char_end_form //is i… in lv_ap_get_char_index()
262 …|| c == (ap_chars_map[i].char_end_form + ap_chars_map[i].char_begining_form_offset) //is it a … in lv_ap_get_char_index()
263 …|| c == (ap_chars_map[i].char_end_form + ap_chars_map[i].char_middle_form_offset) //is it a … in lv_ap_get_char_index()
264 …|| c == (ap_chars_map[i].char_end_form + ap_chars_map[i].char_isolated_form_offset)) { //is it an… in lv_ap_get_char_index()