Lines Matching refs:delim
69 Char escape='\\', Char delim='\"');
73 quoted(const Char* string, Char escape='\\', Char delim='\"');
78 Char escape='\\', Char delim='\"');
96 * `delim`
98 `escape` or `delim`, as determined by `operator==`, first output `escape`.
99 * `delim`
100 Remarks:: `string`, `escape`, and `delim` have the type and value of the
117 * If the first character extracted is equal to `delim`, as determined by
121 ** Until an unescaped `delim` character is reached or `is.not_good()`, extract
124 ** Discard the final `delim` character.
128 Remarks:: `string`, `escape`, and `delim` have the type and value of the