Searched refs:xColumnLocale (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 13413 int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn); member
|
| H A D | sqlite3.c | 13732 int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn); member 235183 int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn); 238290 rc = pApi->xColumnLocale(pFts, iCol, &pLoc, &nLoc); 238501 rc = pApi->xColumnLocale(pFts, i, &pLoc, &nLoc); 238583 rc = pApi->xColumnLocale(pFts, iBestCol, &pLoc, &nLoc); 238810 rc = pApi->xColumnLocale(pFts, iCol, &zLocale, &nLocale);
|