Home | History | Annotate | Download | only in text

Lines Matching defs:contextStart

249      * transliterated.  The first region, [contextStart,
259 * <p>contextStart &lt;= start &lt;= limit &lt;= contextLimit
277 public int contextStart;
309 * contextStart, and contextLimit all equal to zero.
318 * contextStart, and contextLimit. The limit is set to the
322 public Position(int contextStart, int contextLimit, int start) {
323 this(contextStart
328 * contextStart, and contextLimit.
331 public Position(int contextStart, int contextLimit,
333 this.contextStart = contextStart;
352 contextStart = pos.contextStart;
366 return contextStart == pos.contextStart &&
393 return "[cs=" + contextStart
408 if (contextStart < 0 ||
409 start < contextStart ||
414 contextStart + ", s=" +
573 * <code>index.contextStart</code> will be advanced to the first
580 * with <code>index.contextStart</code> and <code>index.contextLimit</code>
582 * transliterated, and <code>index.start == index.contextStart</code>.
612 // int originalStart = index.contextStart;
634 // index.contextStart = Math.max(index.start - getMaximumContextLength(),
729 * <li><code>pos.contextStart</code> should not change.</li>
738 * <li>Text before <code>pos.contextStart</code> and text after