Searched refs:zLocale (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 224795 const char *zLocale = 0; local 224800 zLocale = (const char *)sqlite3_value_text(apArg[1]); 224823 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); 224825 nOut = 2*u_strToLower(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); 224895 const char *zLocale; /* Locale identifier - (eg. "jp_JP") */ local 224902 zLocale = (const char *)sqlite3_value_text(apArg[0]); 224905 if( !zLocale || !zName ){ 224909 pUCollator = ucol_open(zLocale, &status); 225049 char *zLocale; member 225087 p->zLocale = (char *)&p[1]; [all …]
|