Searched refs:lv_txt_is_arabic_vowel (Results 1 – 1 of 1) sorted by relevance
41 static bool lv_txt_is_arabic_vowel(uint16_t c);170 if(lv_txt_is_arabic_vowel(ch_enc[i])) { // Current character is a vowel in _lv_txt_ap_proc()176 else if(lv_txt_is_arabic_vowel(ch_enc[i + 1])) { // Next character is a vowel in _lv_txt_ap_proc()296 static bool lv_txt_is_arabic_vowel(uint16_t c) in lv_txt_is_arabic_vowel() function