Searched refs:isVowel (Results 1 – 2 of 2) sorted by relevance
111 static bool isVowel(char a) { in isVowel() function125 if (isVowel(a)) in indefiniteArticleBasedOnVowel()
194733 static int isVowel(const char*);194741 return z[1]==0 || isVowel(z + 1);194743 static int isVowel(const char *z){194773 while( isVowel(z) ){ z++; }194783 while( isVowel(z) ){ z++; }194787 while( isVowel(z) ){ z++; }194797 while( isVowel(z) ){ z++; }194801 while( isVowel(z) ){ z++; }194837 isVowel(z+1) &&