Lines Matching full:incremental
88 * <p>Somewhat more involved is <em>keyboard</em>, or incremental
524 * This internal method does incremental transliteration. If the
548 * incremental and non-incremental transliteration. Let
553 * <li>If <code>incremental</code> is false, then this method
558 * <li>If <code>incremental</code> is true, then this method
615 * @param incremental if true, assume more text may be inserted at
626 UBool incremental) const = 0;
635 * @param incremental if TRUE, then assume more characters may be inserted
642 UBool incremental) const;
647 * Top-level transliteration method, handling filtering, incremental and
648 * non-incremental transliteration, and rollback. All transliteration
657 * <p>In incremental mode, if rollback is TRUE, perform a special
658 * incremental procedure in which several passes are made over the input
665 * @param incremental if TRUE, then assume more characters may be inserted
668 * @param rollback if TRUE and if incremental is TRUE, then perform special
669 * incremental processing, as described above, and undo partial
670 * transliterations where necessary. If incremental is FALSE then this
675 UBool incremental,