Lines Matching refs:pText
12967 const char *pText, int nText, /* Text to tokenize */
13033 ** by argument pText. pText may or may not be nul-terminated. The first
13199 const char *pText, int nText,
221628 const char *pText, int nText, /* Text to tokenize */
221694 ** by argument pText. pText may or may not be nul-terminated. The first
221860 const char *pText, int nText,
222173 const char *pText, int nText, /* Text to tokenize */
226125 const char *pText, int nText, /* Text to tokenize */
226129 if( pText==0 ) return SQLITE_OK;
226131 pConfig->pTok, pCtx, flags, pText, nText, xToken
238643 const char *pText, int nText,
238650 pTab->pConfig, FTS5_TOKENIZE_AUX, pText, nText, pUserData, xToken
241045 const char *pText, int nText,
241064 while( is<nText && ((pText[is]&0x80)==0 && a[(int)pText[is]]==0) ){
241071 while( ie<nText && ((pText[ie]&0x80) || a[(int)pText[ie]] ) ){
241086 asciiFold(pFold, &pText[is], nByte);
241366 const char *pText, int nText,
241373 unsigned char *zTerm = (unsigned char*)&pText[nText];
241374 unsigned char *zCsr = (unsigned char *)pText;
241397 is = zCsr - (unsigned char*)pText;
241404 is = zCsr - (unsigned char*)pText;
241454 ie = zCsr - (unsigned char*)pText;
242172 const char *pText, int nText,
242181 p->pTokenizer, (void*)&sCtx, flags, pText, nText, fts5PorterCb
242245 const char *pText, int nText,
242251 const unsigned char *zIn = (const unsigned char*)pText;
242258 int iStart = zIn - (const unsigned char*)pText;