Home
last modified time | relevance | path

Searched refs:bYIsVowel (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_tokenize.c651 static int fts5PorterIsVowel(char c, int bYIsVowel){ in fts5PorterIsVowel() argument
653 c=='a' || c=='e' || c=='i' || c=='o' || c=='u' || (bYIsVowel && c=='y') in fts5PorterIsVowel()