Searched defs:getInflowLabel (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java392 public String getInflowLabel() { method in class:AlphabeticIndex
1007 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary,
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java409 public String getInflowLabel() { method in class:AlphabeticIndex
1053 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary,
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp484 bucket = new Bucket(getInflowLabel(), inflowBoundary, U_ALPHAINDEX_INFLOW);
823 const UnicodeString &AlphabeticIndex::getInflowLabel() const { function in class:AlphabeticIndex

Completed in 127 milliseconds