Home | History | Annotate | Download | only in fts3

Lines Matching refs:isVowel

138 ** isConsonant() and isVowel() determine if their first character in
150 static int isVowel(const char*);
158 return z[1]==0 || isVowel(z + 1);
160 static int isVowel(const char *z){
190 while( isVowel(z) ){ z++; }
200 while( isVowel(z) ){ z++; }
204 while( isVowel(z) ){ z++; }
214 while( isVowel(z) ){ z++; }
218 while( isVowel(z) ){ z++; }
254 isVowel(z+1) &&