Searched refs:zOutput (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c329 UChar *zOutput; local
348 zOutput = sqlite3_malloc(nOutput);
349 if( !zOutput ){
354 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
356 u_strToLower(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
364 sqlite3_result_text16(p, zOutput, -1, xFree);
/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c108 char *zOutput = 0; local
133 (zOutput?zOutput:""), z-zInput, zInput, (const char *)zNew
135 sqlite3DbFree(db, zOutput);
136 zOutput = zOut;
143 zResult = sqlite3MPrintf(db, "%s%s", (zOutput?zOutput:""), zInput),
145 sqlite3DbFree(db, zOutput);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c74602 char *zOutput = 0; local
127824 UChar *zOutput; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c82688 char *zOutput = 0; local
148443 UChar *zOutput; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c82708 char *zOutput = 0; local
148475 UChar *zOutput; local
[all...]

Completed in 435 milliseconds