Searched defs:rowSeparator (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DIO.h39 * - \b rowSeparator string printed between two rows
57 : matPrefix(_matPrefix), matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator),
60 // TODO check if rowPrefix, rowSuffix or rowSeparator contains a newline
72 std::string rowPrefix, rowSuffix, rowSeparator, rowSpacer; member in struct:Eigen::IOFormat
195 s << fmt.rowSeparator;
/external/sqlite/dist/orig/
H A Dshell.c1417 char rowSeparator[20]; /* Row separator character for MODE_Ascii */ member in struct:ShellState
1875 if( p->cnt++>0 ) utf8_printf(p->out, "%s", p->rowSeparator);
1878 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator);
1891 rowSep = p->rowSeparator;
2025 i==nArg-1 ? p->rowSeparator : p->colSeparator);
2036 utf8_printf(p->out, "%s", p->rowSeparator);
2067 utf8_printf(p->out, "%s", p->rowSeparator);
2074 utf8_printf(p->out, "%s", p->rowSeparator);
2083 utf8_printf(p->out, "%s", p->rowSeparator);
2089 utf8_printf(p->out, "%s", p->rowSeparator);
[all...]
/external/sqlite/dist/
H A Dshell.c1423 char rowSeparator[20]; /* Row separator character for MODE_Ascii */ member in struct:ShellState
1881 if( p->cnt++>0 ) utf8_printf(p->out, "%s", p->rowSeparator);
1884 azArg[i] ? azArg[i] : p->nullValue, p->rowSeparator);
1897 rowSep = p->rowSeparator;
2031 i==nArg-1 ? p->rowSeparator : p->colSeparator);
2042 utf8_printf(p->out, "%s", p->rowSeparator);
2073 utf8_printf(p->out, "%s", p->rowSeparator);
2080 utf8_printf(p->out, "%s", p->rowSeparator);
2089 utf8_printf(p->out, "%s", p->rowSeparator);
2095 utf8_printf(p->out, "%s", p->rowSeparator);
[all...]

Completed in 100 milliseconds