Home | History | Annotate | Download | only in common

Lines Matching refs:fillIn

359 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
360 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);