Searched refs:hasVowel (Results 1 – 1 of 1) sorted by relevance
202328 static int hasVowel(const char *z){ function202486 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))202501 if( z[0]=='y' && hasVowel(z+1) ){