Searched refs:zOutput (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 363 UChar *zOutput = 0; /* Pointer to output buffer */ in icuCaseFunc16() local 388 UChar *zNew = sqlite3_realloc(zOutput, nOut); in icuCaseFunc16() 390 sqlite3_free(zOutput); in icuCaseFunc16() 394 zOutput = zNew; in icuCaseFunc16() 397 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); in icuCaseFunc16() 399 nOut = 2*u_strToLower(zOutput,nOut/2,zInput,nInput/2,zLocale,&status); in icuCaseFunc16() 403 sqlite3_result_text16(p, zOutput, nOut, xFree); in icuCaseFunc16()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tokenize.c | 621 const char *zOutput; member 633 assert( strlen(p->zOutput)==p->nOutput ); 641 memcpy(&aBuf[nStem], p->zOutput, p->nOutput);
|