Searched refs:char_end_form (Results 1 – 1 of 1) sorted by relevance
25 uint16_t char_end_form; member127 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in lv_text_ap_calc_bytes_count()207 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_middle_fo… in lv_text_ap_proc()209 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_beginning… in lv_text_ap_proc()211 ch_fin[j] = ap_chars_map[index_current].char_end_form; in lv_text_ap_proc()213 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_isolated_… in lv_text_ap_proc()259 for(uint8_t i = 0; ap_chars_map[i].char_end_form; i++) { in lv_ap_get_char_index()262 …else if(c == ap_chars_map[i].char_end_form //is i… in lv_ap_get_char_index()263 …|| c == (ap_chars_map[i].char_end_form + ap_chars_map[i].char_beginning_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_middle_form_offset) //is it a … in lv_ap_get_char_index()[all …]