Searched refs:getUText (Results 1 – 6 of 6) sorted by relevance
52 UText *getUText(UText *fillIn, UErrorCode &errorCode) const U_OVERRIDE;88 UText *WholeStringBreakIterator::getUText(UText * /*fillIn*/, UErrorCode &errorCode) const { in getUText() function in WholeStringBreakIterator
187 …virtual UText *getUText(UText *fillIn, UErrorCode &status) const { return fDelegate->getUText(fill… in getUText() function in SimpleFilteredSentenceBreakIterator255 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status)); in resetState()
415 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const { in getUText() function in RuleBasedBreakIterator
337 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
168 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
370 wordIter1->getUText(gut2.getAlias(), status); in TestGetSetAdoptText()