HomeSort by relevance Sort by last modified time
    Searched defs:getUText (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
ustr_titlecase_brkiter.cpp 52 UText *getUText(UText *fillIn, UErrorCode &errorCode) const U_OVERRIDE;
88 UText *WholeStringBreakIterator::getUText(UText * /*fillIn*/, UErrorCode &errorCode) const {
filteredbrk.cpp 187 virtual UText *getUText(UText *fillIn, UErrorCode &status) const { return fDelegate->getUText(fillIn,status); }
255 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status));
rbbi.cpp 415 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
    [all...]

Completed in 54 milliseconds