Lines Matching refs:nText
12905 const char *pText, int nText, /* Text to tokenize */
13137 const char *pText, int nText,
207301 const char *pText, int nText, /* Text to tokenize */
207533 const char *pText, int nText,
207831 const char *pText, int nText, /* Text to tokenize */
211752 const char *pText, int nText, /* Text to tokenize */
211758 pConfig->pTok, pCtx, flags, pText, nText, xToken
223856 const char *pText, int nText,
223863 pTab->pConfig, FTS5_TOKENIZE_AUX, pText, nText, pUserData, xToken
225377 int nText;
225380 nText = sqlite3_column_bytes(pSeek, iCol);
225383 nText = sqlite3_value_bytes(apVal[iCol-1]);
225387 zText, nText, (void*)&ctx, fts5StorageInsertCallback
225575 int nText = sqlite3_column_bytes(pScan, ctx.iCol+1);
225578 zText, nText,
225701 int nText = sqlite3_value_bytes(apVal[ctx.iCol+2]);
225704 zText, nText,
225874 int nText = sqlite3_column_bytes(pScan, i+1);
225877 zText, nText,
226228 const char *pText, int nText,
226243 while( is<nText && rc==SQLITE_OK ){
226247 while( is<nText && ((pText[is]&0x80)==0 && a[(int)pText[is]]==0) ){
226250 if( is==nText ) break;
226254 while( ie<nText && ((pText[ie]&0x80) || a[(int)pText[ie]] ) ){
226549 const char *pText, int nText,
226556 unsigned char *zTerm = (unsigned char*)&pText[nText];
227355 const char *pText, int nText,
227364 p->pTokenizer, (void*)&sCtx, flags, pText, nText, fts5PorterCb