Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c226 static int hasVowel(const char *z){ in hasVowel() function
384 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) in porter_stemmer()
399 if( z[0]=='y' && hasVowel(z+1) ){ in porter_stemmer()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c227 static int hasVowel(const char *z){ in hasVowel() function
385 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) in porter_stemmer()
400 if( z[0]=='y' && hasVowel(z+1) ){ in porter_stemmer()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c225 static int hasVowel(const char *z){ in hasVowel() function
383 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) in porter_stemmer()
398 if( z[0]=='y' && hasVowel(z+1) ){ in porter_stemmer()