Home | History | Annotate | Download | only in common

Lines Matching full:utext

360 void RuleBasedBreakIterator::setText(UText *ut, UErrorCode &status) {
368 // calls getText(). With input from UText, there is no reasonable
392 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
393 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
489 * Provide a new UText for the input text. Must reference text with contents identical
494 RuleBasedBreakIterator &RuleBasedBreakIterator::refreshInputText(UText *input, UErrorCode &status) {
503 // Shallow read-only clone of the new UText into the existing input UText
510 // Sanity check. The new input utext is supposed to have the exact same
512 // The contents underlying the old utext might be invalid at this point,
866 // the underlying implmentation is using UText, which snaps any non-code-point-boundary
877 // TODO: change RBBI behavior for off-boundary indices to match that of UText?