Searched refs:zLocale (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 225178 const char *zLocale = 0; local 225183 zLocale = (const char *)sqlite3_value_text(apArg[1]); 225206 nOut = 2LL*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); 225208 nOut = 2LL*u_strToLower(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); 225278 const char *zLocale; /* Locale identifier - (eg. "jp_JP") */ local 225285 zLocale = (const char *)sqlite3_value_text(apArg[0]); 225288 if( !zLocale || !zName ){ 225292 pUCollator = ucol_open(zLocale, &status); 225432 char *zLocale; member 225470 p->zLocale = (char *)&p[1]; [all …]
|