Home
last modified time | relevance | path

Searched refs:rowSeparator (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DIO.h57 …, matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator), in matPrefix()
72 std::string rowPrefix, rowSuffix, rowSeparator, rowSpacer; member
195 s << fmt.rowSeparator; in print_matrix()
/external/sqlite/dist/orig/
Dshell.c1383 char rowSeparator[20]; /* Row separator character for MODE_Ascii */ member
1770 if( p->cnt++>0 ) utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1773 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); in shell_callback()
1786 rowSep = p->rowSeparator; in shell_callback()
1932 i==nArg-1 ? p->rowSeparator : p->colSeparator); in shell_callback()
1943 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1974 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1981 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1990 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1996 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
[all …]
/external/sqlite/dist/
Dshell.c1389 char rowSeparator[20]; /* Row separator character for MODE_Ascii */ member
1776 if( p->cnt++>0 ) utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1779 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator); in shell_callback()
1792 rowSep = p->rowSeparator; in shell_callback()
1938 i==nArg-1 ? p->rowSeparator : p->colSeparator); in shell_callback()
1949 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1980 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1987 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
1996 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
2002 utf8_printf(p->out, "%s", p->rowSeparator); in shell_callback()
[all …]