Searched refs:porter_stemmer (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 341 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer() function 628 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_porter.c | 342 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer() function 611 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_porter.c | 340 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer() function 610 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
|