Home | History | Annotate | Download | only in unicode

Lines Matching refs: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
334 * When the break iterator is operating on text supplied via a UText,
350 * Get a UText for the text being analyzed.
351 * The returned UText is a shallow clone of the UText used internally
356 * @param fillIn A UText to be filled in. If NULL, a new UText will be
359 * @return The current UText for this break iterator. If an input
360 * UText was provided, it will always be returned.
363 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
384 * the UText. The iterator position is reset to the start.
386 * This function makes a shallow clone of the supplied UText. This means
388 * Utext that was passed as a parameter, but that the underlying text itself
391 * @param text The UText used to change the text.
395 virtual void setText(UText *text, UErrorCode &status);