Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h13976 const char *pLocale, int nLocale, /* Locale to pass to tokenizer */
14220 const char *pLocale, int nLocale,
H A Dsqlite3.c14297 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,
241533 const char *pLocale; /* Current locale to use */ member
245902 pText, nText, pConfig->t.pLocale, pConfig->t.nLocale, xToken
260955 pT->pLocale = zLocale;
262450 *pzLocale = pConfig->t.pLocale;
263011 const char *pLocale, int nLocale, argument
263016 UNUSED_PARAM2(pLocale,nLocale);