Home
last modified time | relevance | path

Searched refs:pLocale (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,
242265 const char *pLocale; /* Current locale to use */ member
246634 pText, nText, pConfig->t.pLocale, pConfig->t.nLocale, xToken
261705 pT->pLocale = zLocale;
263200 *pzLocale = pConfig->t.pLocale;
263761 const char *pLocale, int nLocale, argument
263766 UNUSED_PARAM2(pLocale,nLocale);