Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c40 static uint32_t lv_txt_lam_alef(uint32_t ch_curr, uint32_t ch_next);
271 static uint32_t lv_txt_lam_alef(uint32_t ch_curr, uint32_t ch_next) in lv_txt_lam_alef() argument
277 if(ch_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) { 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()