Searched refs:hasVowel (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 226 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 D | fts2_porter.c | 227 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 D | fts1_porter.c | 225 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()
|