Lines Matching refs:pText
13697 const char *pText, int nText, /* Text to tokenize */
13734 const char *pText, int nText, /* Text to tokenize */
13978 const char *pText, int nText,
14003 const char *pText, int nText,
235148 const char *pText, int nText, /* Text to tokenize */
235185 const char *pText, int nText, /* Text to tokenize */
235429 const char *pText, int nText,
235454 const char *pText, int nText,
235847 const char *pText, int nText, /* Text to tokenize */
240061 const char *pText, int nText, /* Text to tokenize */
240066 if( pText ){
240073 pConfig->t.pTok, pCtx, flags, pText, nText, xToken
240077 pText, nText, pConfig->t.pLocale, pConfig->t.nLocale, xToken
255104 const char *pText = 0;
255108 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
255109 *pzText = sqlite3Fts5Mprintf(&rc, "%.*s", nText, pText);
255878 const char *pText, int nText,
255889 FTS5_TOKENIZE_AUX, pText, nText, pUserData, xToken
255902 const char *pText, int nText,
255906 return fts5ApiTokenize_v2(pCtx, pText, nText, 0, 0, pUserData, xToken);
257046 const char *pText, int nText,
257051 return p->x2.xTokenize(p->pReal, pCtx, flags, pText, nText, 0, 0, xToken);
257061 const char *pText, int nText,
257068 return p->x1.xTokenize(p->pReal, pCtx, flags, pText, nText, xToken);
258126 const char *pText = 0;
258140 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258152 pText = (const char*)sqlite3_value_text(pVal);
258165 pText, nText, (void*)&ctx, fts5StorageInsertCallback
258447 const char *pText = 0; /* Pointer to buffer containing text value */
258455 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258457 pText = (const char*)sqlite3_value_text(pVal);
258470 pText, nText,
258586 const char *pText = 0;
258592 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258594 sqlite3_bind_text(pInsert, i, pText, nText, SQLITE_TRANSIENT);
258641 const char *pText = 0; /* Pointer to buffer containing text value */
258658 rc = sqlite3Fts5DecodeLocaleValue(pVal, &pText, &nText, &pLoc, &nLoc);
258660 pText = (const char*)sqlite3_value_text(pVal);
258667 FTS5_TOKENIZE_DOCUMENT, pText, nText, (void*)&ctx,
258836 const char *pText = 0;
258846 pVal, &pText, &nText, &pLoc, &nLoc
258854 pText = (const char*)sqlite3_value_text(pVal);
258869 pText, nText,
259235 const char *pText, int nText,
259254 while( is<nText && ((pText[is]&0x80)==0 && a[(int)pText[is]]==0) ){
259261 while( ie<nText && ((pText[ie]&0x80) || a[(int)pText[ie]] ) ){
259276 asciiFold(pFold, &pText[is], nByte);
259560 const char *pText, int nText,
259567 unsigned char *zTerm = (unsigned char*)&pText[nText];
259568 unsigned char *zCsr = (unsigned char *)pText;
259591 is = zCsr - (unsigned char*)pText;
259598 is = zCsr - (unsigned char*)pText;
259648 ie = zCsr - (unsigned char*)pText;
260368 const char *pText, int nText,
260378 p->pTokenizer, (void*)&sCtx, flags, pText, nText, pLoc, nLoc, fts5PorterCb
260461 const char *pText, int nText,
260469 const unsigned char *zIn = (const unsigned char*)pText;
260479 aStart[ii] = zIn - (const unsigned char*)pText;
260501 iNext = zIn - (const unsigned char*)pText;