Searched refs:underflowLabel (Results 1 – 2 of 2) sorted by relevance
156 private String underflowLabel = "\u2026"; field in AlphabeticIndex359 return underflowLabel; // TODO get localized version in getUnderflowLabel()369 public AlphabeticIndex<V> setUnderflowLabel(String underflowLabel) { in setUnderflowLabel() argument370 this.underflowLabel = underflowLabel; in setUnderflowLabel()
439 …virtual AlphabeticIndex &setUnderflowLabel(const UnicodeString &underflowLabel, UErrorCode &status…