Searched defs:nOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c331 int nOutput; local
347 nOutput = nInput * 2 + 2;
348 zOutput = sqlite3_malloc(nOutput);
354 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
356 u_strToLower(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c127826 int nOutput; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c148445 int nOutput; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c148477 int nOutput; local
[all...]

Completed in 655 milliseconds