Home | History | Annotate | Download | only in i18n

Lines Matching full:incremental

405     // while doing incremental transliteration.  When part of the left
429 UBool incremental,
432 // non-incremental mode.
434 handleTransliterate(text, index, incremental);
446 // PASSES (incremental only) -- To make incremental mode work correctly,
503 // Is this run incremental? If there is additional
505 // an incremental value of FALSE to force the subclass to
508 (index.limit < globalLimit ? FALSE : incremental);
529 // transformation in incremental mode into characters outside its
532 // To handle this, when in incremental mode we supply characters to
652 // handleTransliterate() returns when incremental is false.
657 // in non-incremental mode.)
658 if (!incremental && index.start != index.limit) {
684 UBool incremental) const {
685 filteredTransliterate(text, index, incremental, FALSE);