Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dalphaindex.cpp824 return inflowLabel_; in getInflowLabel()
838 inflowLabel_ = label; in setInflowLabel()
894 inflowLabel_.setTo((UChar)0x2026); // Ellipsis in init()
895 overflowLabel_ = inflowLabel_; in init()
896 underflowLabel_ = inflowLabel_; in init()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h743 UnicodeString inflowLabel_; variable