Searched refs:ap_chars_map (Results 1 – 1 of 1) sorted by relevance
47 const ap_chars_map_t ap_chars_map[] = { variable127 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in lv_text_ap_calc_bytes_count()190 …idx_previous == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_previous].ap_chars_conjuncti… in lv_text_ap_proc()192 …idx_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_next].ap_chars_conjunction.conj_… in lv_text_ap_proc()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()260 if(c == (ap_chars_map[i].char_offset + LV_AP_ALPHABET_BASE_CODE)) in lv_ap_get_char_index()[all …]