Home | History | Annotate | Download | only in text

Lines Matching defs:first

56  * long as those substitutions have been defined first. Substitutions are generally used to
106 * * and the first group of characters following the *.  When there is this kind of
111 * but &quot;x[xy]*?x&quot; will only match the first two xes (&quot;<strong>xx</strong>yxyyyxyxyxxyxyxyy&quot;).</td>
271 public int first() {
272 return wrapped.first();
302 * @return The position of the first boundary after this one.
327 * Sets the iterator to refer to the first boundary position following
330 * @return The position of the first break after the current position.
357 * effect, leaves the iterator pointing to the first boundary position at
382 * you need to change it, clone it first.