Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_txt_ap.c113 uint32_t current_ap_idx = 0; in _lv_txt_ap_calc_bytes_cnt() local
123 current_ap_idx = lv_ap_get_char_index(ch_enc); in _lv_txt_ap_calc_bytes_cnt()
125 if(current_ap_idx != LV_UNDEF_ARABIC_PERSIAN_CHARS) in _lv_txt_ap_calc_bytes_cnt()
126 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in _lv_txt_ap_calc_bytes_cnt()