Home
last modified time | relevance | path

Searched refs:setUnderflowLabel (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h439 …virtual AlphabeticIndex &setUnderflowLabel(const UnicodeString &underflowLabel, UErrorCode &status…
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp159 …index->setUnderflowLabel(UNICODE_STRING_SIMPLE("U"), status).setInflowLabel(UNICODE_STRING_SIMPLE(… in APITest()
262 index->setUnderflowLabel(adam, status).setOverflowLabel(charlie, status); in APITest()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java369 public AlphabeticIndex<V> setUnderflowLabel(String underflowLabel) { in setUnderflowLabel() method in AlphabeticIndex
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp849 AlphabeticIndex &AlphabeticIndex::setUnderflowLabel(const UnicodeString &label, UErrorCode &/*statu… in setUnderflowLabel() function in AlphabeticIndex