Searched refs:bYIsVowel (Results 1 – 1 of 1) sorted by relevance
651 static int fts5PorterIsVowel(char c, int bYIsVowel){ in fts5PorterIsVowel() argument653 c=='a' || c=='e' || c=='i' || c=='o' || c=='u' || (bYIsVowel && c=='y') in fts5PorterIsVowel()