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

  /external/sqlite/dist/orig/
shell.c 428 void utf8_printf(FILE *out, const char *zFormat, ...){ function
442 #elif !defined(utf8_printf)
443 # define utf8_printf fprintf macro
475 utf8_printf(iotrace, "%s", z);
502 utf8_printf(pOut, "%.*s", i, zUtf);
504 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf);
506 utf8_printf(pOut, "%s%*s", zUtf, aw-n, "");
    [all...]
  /external/sqlite/dist/
shell.c 434 void utf8_printf(FILE *out, const char *zFormat, ...){ function
448 #elif !defined(utf8_printf)
449 # define utf8_printf fprintf macro
481 utf8_printf(iotrace, "%s", z);
508 utf8_printf(pOut, "%.*s", i, zUtf);
510 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf);
512 utf8_printf(pOut, "%s%*s", zUtf, aw-n, "");
    [all...]

Completed in 152 milliseconds