Lines Matching refs:UText
61 * The UText through which this BreakIterator accesses the text
64 UText fText;
127 * A character iterator that refers to the same text as the UText, above.
337 * When the break iterator is operating on text supplied via a UText,
353 * Get a UText for the text being analyzed.
354 * The returned UText is a shallow clone of the UText used internally
359 * @param fillIn A UText to be filled in. If NULL, a new UText will be
362 * @return The current UText for this break iterator. If an input
363 * UText was provided, it will always be returned.
366 virtual UText *getUText(UText *fillIn, UErrorCode &status) const override;
392 * the UText. The iterator position is reset to the start.
394 * This function makes a shallow clone of the supplied UText. This means
399 * @param text The UText used to change the text.
403 virtual void setText(UText *text, UErrorCode &status) override;
626 * ICU that the string has been relocated, and providing a new UText to access the
644 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status) override;