Searched refs:lv_ap_get_char_index (Results 1 – 1 of 1) sorted by relevance
39 static uint32_t lv_ap_get_char_index(uint16_t c);123 current_ap_idx = lv_ap_get_char_index(ch_enc); in _lv_txt_ap_calc_bytes_cnt()167 index_current = lv_ap_get_char_index(ch_enc[i]); in _lv_txt_ap_proc()168 idx_next = lv_ap_get_char_index(ch_enc[i + 1]); in _lv_txt_ap_proc()177 …idx_next = lv_ap_get_char_index(ch_enc[i + 2]); // Skip the vowel character to join with the chara… in _lv_txt_ap_proc()256 static uint32_t lv_ap_get_char_index(uint16_t c) in lv_ap_get_char_index() function