Searched refs:overflowLabel (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java158 private String overflowLabel = "\u2026"; field in class:AlphabeticIndex
335 * @param overflowLabel see class description
338 public AlphabeticIndex<V> setOverflowLabel(String overflowLabel) { argument
339 this.overflowLabel = overflowLabel;
371 return overflowLabel; // TODO get localized version
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java158 private String overflowLabel = "\u2026"; field in class:AlphabeticIndex
346 * @param overflowLabel see class description
350 public AlphabeticIndex<V> setOverflowLabel(String overflowLabel) { argument
351 this.overflowLabel = overflowLabel;
386 return overflowLabel; // TODO get localized version
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h416 * @param overflowLabel the new overflow label.
421 virtual AlphabeticIndex &setOverflowLabel(const UnicodeString &overflowLabel, UErrorCode &status);

Completed in 51 milliseconds