Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dalphaindex.cpp822 return inflowLabel_; in getInflowLabel()
836 inflowLabel_ = label; in setInflowLabel()
892 inflowLabel_.setTo((UChar)0x2026); // Ellipsis in init()
893 overflowLabel_ = inflowLabel_; in init()
894 underflowLabel_ = inflowLabel_; in init()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h741 UnicodeString inflowLabel_; variable