Lines Matching refs:ap_chars_map
47 const ap_chars_map_t ap_chars_map[] = { variable
127 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()
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()
265 …|| 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()
275 if(ap_chars_map[ch_curr].char_offset != 34) { in lv_text_lam_alef()
281 ch_code = ap_chars_map[ch_next].char_offset + LV_AP_ALPHABET_BASE_CODE; in lv_text_lam_alef()