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
364 * When the break iterator is operating on text supplied via a UText,
380 * Get a UText for the text being analyzed.
381 * The returned UText is a shallow clone of the UText used internally
386 * @param fillIn A UText to be filled in. If NULL, a new UText will be
389 * @return The current UText for this break iterator. If an input
390 * UText was provided, it will always be returned.
393 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
414 * the UText. The iterator position is reset to the start.
416 * This function makes a shallow clone of the supplied UText. This means
418 * Utext that was passed as a parameter, but that the underlying text itself
421 * @param text The UText used to change the text.
425 virtual void setText(UText *text, UErrorCode &status);