Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h384 virtual const UnicodeString &getInflowLabel() const;
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp156 s = index->getInflowLabel(); in APITest()
164 s = index->getInflowLabel(); in APITest()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java405 public String getInflowLabel() { in getInflowLabel() method in AlphabeticIndex
1046 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary, in createBucketList()
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp482 bucket = new Bucket(getInflowLabel(), inflowBoundary, U_ALPHAINDEX_INFLOW); in createBucketList()
821 const UnicodeString &AlphabeticIndex::getInflowLabel() const { in getInflowLabel() function in AlphabeticIndex