Home | History | Annotate | Download | only in i18n

Lines Matching refs:incremental

205  * needed to make repeated incremental transliteration with
343 * @param incremental if TRUE, test for partial matches that may
347 * incremental is FALSE then U_PARTIAL_MATCH will not be returned.
351 UBool incremental) const {
374 // incremental or not.
411 match = key->matches(text, oText, pos.limit, incremental);
420 if (incremental && keyLimit == pos.limit) {
422 // a postContext. Since we are in incremental mode,
428 match = postContext->matches(text, oText, pos.contextLimit, incremental);
440 if (incremental) {