Lines Matching full:utext
69 * The UText through which this BreakIterator accesses the text
72 UText *fText;
75 * A character iterator that refers to the same text as the UText, above.
89 * When the input text is provided by a UText, this
362 * When the break iterator is operating on text supplied via a UText,
378 * Get a UText for the text being analyzed.
379 * The returned UText is a shallow clone of the UText used internally
384 * @param fillIn A UText to be filled in. If NULL, a new UText will be
387 * @return The current UText for this break iterator. If an input
388 * UText was provided, it will always be returned.
391 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
412 * the UText. The iterator position is reset to the start.
414 * This function makes a shallow clone of the supplied UText. This means
416 * Utext that was passed as a parameter, but that the underlying text itself
419 * @param text The UText used to change the text.
423 virtual void setText(UText *text, UErrorCode &status);
643 * ICU that the string has been relocated, and providing a new UText to access the
661 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);