Home
last modified time | relevance | path

Searched refs:getOverflowLabel (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Dalphaindex.h416 virtual const UnicodeString &getOverflowLabel() const;
/external/icu4c/test/intltest/
Dalphaindextst.cpp154 s = index->getOverflowLabel(); in APITest()
162 s = index->getOverflowLabel(); in APITest()
/external/icu4c/i18n/
Dalphaindex.cpp561 bucket = new Bucket(getOverflowLabel(), *scriptUpperBoundary, U_ALPHAINDEX_OVERFLOW); in createBucketList()
880 const UnicodeString &AlphabeticIndex::getOverflowLabel() const { in getOverflowLabel() function in AlphabeticIndex