Searched refs:nLocale (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 13976 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */ 14220 const char *pLocale, int nLocale,
|
| H A D | sqlite3.c | 14297 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */ 14541 const char *pLocale, int nLocale, 240993 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */ 241237 const char *pLocale, int nLocale, 241534 int nLocale; /* Size of pLocale in bytes */ member 244611 int nLocale = 0; local 244635 rc = pApi->xColumnLocale(pFts, iCol, &zLocale, &nLocale); 244641 sqlite3_result_text(pCtx, zLocale, nLocale, SQLITE_TRANSIENT); 245902 pText, nText, pConfig->t.pLocale, pConfig->t.nLocale, xToken 260952 int nLocale argument [all …]
|