HomeSort by relevance Sort by last modified time
    Searched refs:zOutput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 329 UChar *zOutput;
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/
alter.c 108 char *zOutput = 0;
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);

Completed in 29 milliseconds