Home
last modified time | relevance | path

Searched refs:nLocale (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h13990 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */
14234 const char *pLocale, int nLocale,
H A Dsqlite3.c14311 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */
14555 const char *pLocale, int nLocale,
241725 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */
241969 const char *pLocale, int nLocale,
242266 int nLocale; /* Size of pLocale in bytes */ member
245343 int nLocale = 0; local
245367 rc = pApi->xColumnLocale(pFts, iCol, &zLocale, &nLocale);
245373 sqlite3_result_text(pCtx, zLocale, nLocale, SQLITE_TRANSIENT);
246634 pText, nText, pConfig->t.pLocale, pConfig->t.nLocale, xToken
261702 int nLocale argument
[all …]