Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dalphaindex.cpp819 return inflowLabel_; in getInflowLabel()
833 inflowLabel_ = label; in setInflowLabel()
889 inflowLabel_.setTo((UChar)0x2026); // Ellipsis in init()
890 overflowLabel_ = inflowLabel_; in init()
891 underflowLabel_ = inflowLabel_; in init()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h749 UnicodeString inflowLabel_; variable