Searched defs:piEndOffset (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | simple_tokenizer.c | 124 int *piStartOffset, int *piEndOffset, int *piPosition in simpleNext()
|
| H A D | fts1_tokenizer1.c | 152 int *piEndOffset, /* OUT: Ending offset of token */ in simpleNext()
|
| H A D | fts1_porter.c | 583 int *piEndOffset, /* OUT: Ending offset of token */ in porterNext()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer1.c | 164 int *piEndOffset, /* OUT: Ending offset of token */ in simpleNext()
|
| H A D | fts2_icu.c | 181 int *piEndOffset, /* OUT: Ending offset of token */ in icuNext()
|
| H A D | fts2_porter.c | 584 int *piEndOffset, /* OUT: Ending offset of token */ in porterNext()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_tokenizer1.c | 162 int *piEndOffset, /* OUT: Ending offset of token */ in simpleNext()
|
| H A D | fts3_icu.c | 182 int *piEndOffset, /* OUT: Ending offset of token */ in icuNext()
|
| H A D | fts3_porter.c | 599 int *piEndOffset, /* OUT: Ending offset of token */ in porterNext()
|
| H A D | fts3_test.c | 431 int *piEndOffset, /* OUT: Ending offset of token */ in testTokenizerNext()
|