Home
last modified time | relevance | path

Searched refs:overflowLabel (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java155 private String overflowLabel = "\u2026"; field in AlphabeticIndex
346 public AlphabeticIndex<V> setOverflowLabel(String overflowLabel) { in setOverflowLabel() argument
347 this.overflowLabel = overflowLabel; in setOverflowLabel()
382 return overflowLabel; // TODO get localized version in getOverflowLabel()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h419 … virtual AlphabeticIndex &setOverflowLabel(const UnicodeString &overflowLabel, UErrorCode &status);