Lines Matching defs:output
34 * <p>A rule consists of an input pattern and an output string. When
35 * the input pattern is matched, the output string is emitted. The
46 * references in its output string. A segment is a substring of the
50 * the output string that causes a segment of the input string (not
51 * the input pattern) to be copied to the output string. The range of
88 UnicodeFunctor* output;
151 * Construct a new rule with the given input, output text, and other
152 * attributes. A cursor position may be specified for the output text.
160 * @param outputStr output string.
161 * @param cursorPosition offset into output at which cursor is located, or -1 if
163 * <code>output</code>; that is, -1 is equivalent to
164 * <code>output.length()</code>. If greater than
165 * <code>output.length()</code> then an exception is thrown.