Home
last modified time | relevance | path

Searched refs:idx_next (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c146 uint32_t index_current, idx_next, idx_previous, i, j; in _lv_txt_ap_proc() local
168 idx_next = lv_ap_get_char_index(ch_enc[i + 1]); in _lv_txt_ap_proc()
177idx_next = lv_ap_get_char_index(ch_enc[i + 2]); // Skip the vowel character to join with the chara… in _lv_txt_ap_proc()
191idx_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_next].ap_chars_conjunction.conj_… in _lv_txt_ap_proc()
193 uint32_t lam_alef = lv_txt_lam_alef(index_current, idx_next); in _lv_txt_ap_proc()