Searched refs:setUnderflowLabel (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dalphaindex.h448 virtual AlphabeticIndex &setUnderflowLabel(const UnicodeString &underflowLabel, UErrorCode &status);
/external/icu4c/test/intltest/
H A Dalphaindextst.cpp159 index->setUnderflowLabel(UNICODE_STRING_SIMPLE("U"), status).setInflowLabel(UNICODE_STRING_SIMPLE("I"), status);
262 index->setUnderflowLabel(adam, status).setOverflowLabel(charlie, status);
/external/icu4c/i18n/
H A Dalphaindex.cpp904 AlphabeticIndex &AlphabeticIndex::setUnderflowLabel(const UnicodeString &label, UErrorCode &/*status*/) { function in class:AlphabeticIndex

Completed in 48 milliseconds