Searched defs:getUText (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Dustr_titlecase_brkiter.cpp52 UText *getUText(UText *fillIn, UErrorCode &errorCode) const U_OVERRIDE;
88 UText *WholeStringBreakIterator::getUText(UText * /*fillIn*/, UErrorCode &errorCode) const { function in class:WholeStringBreakIterator
H A Dfilteredbrk.cpp187 virtual UText *getUText(UText *fillIn, UErrorCode &status) const { return fDelegate->getUText(fillIn,status); } function in class:SimpleFilteredSentenceBreakIterator
255 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status));
H A Drbbi.cpp415 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const { function in class:RuleBasedBreakIterator

Completed in 130 milliseconds