Lines Matching refs:ap_chars_map

47 const ap_chars_map_t ap_chars_map[] = {  variable
126 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in _lv_txt_ap_calc_bytes_cnt()
189 …idx_previous == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_previous].ap_chars_conjuncti… in _lv_txt_ap_proc()
191 …idx_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_next].ap_chars_conjunction.conj_… in _lv_txt_ap_proc()
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()
259 if(c == (ap_chars_map[i].char_offset + LV_AP_ALPHABET_BASE_CODE)) 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()
274 if(ap_chars_map[ch_curr].char_offset != 34) { in lv_txt_lam_alef()
280 ch_code = ap_chars_map[ch_next].char_offset + LV_AP_ALPHABET_BASE_CODE; in lv_txt_lam_alef()