Home
last modified time | relevance | path

Searched refs:utf8_printf (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c428 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() function
442 #elif !defined(utf8_printf)
443 # define utf8_printf fprintf macro
475 utf8_printf(iotrace, "%s", z); in iotracePrintf()
502 utf8_printf(pOut, "%.*s", i, zUtf); in utf8_width_print()
504 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf); in utf8_width_print()
506 utf8_printf(pOut, "%s%*s", zUtf, aw-n, ""); in utf8_width_print()
8050 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
8067 utf8_printf(p->out, "%s\n", sqlite3_value_text(apVal[0])); in shellPutsFunc()
8254 utf8_printf(out,"'%s'",z); in output_quoted_string()
[all …]
/external/sqlite/dist/
Dshell.c434 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() function
448 #elif !defined(utf8_printf)
449 # define utf8_printf fprintf macro
481 utf8_printf(iotrace, "%s", z); in iotracePrintf()
508 utf8_printf(pOut, "%.*s", i, zUtf); in utf8_width_print()
510 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf); in utf8_width_print()
512 utf8_printf(pOut, "%s%*s", zUtf, aw-n, ""); in utf8_width_print()
8056 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
8073 utf8_printf(p->out, "%s\n", sqlite3_value_text(apVal[0])); in shellPutsFunc()
8260 utf8_printf(out,"'%s'",z); in output_quoted_string()
[all …]