Home
last modified time | relevance | path

Searched refs:addLabels (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Dalphaindex.h337 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
352 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
/external/icu4c/test/intltest/
Dalphaindextst.cpp117 index->addLabels(additions, status); in APITest()
132 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest()
563 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst()
591 index.addLabels(Locale::getChinese(), status); in TestPinyinFirst()
609 index.addLabels(UnicodeSet("[\\u00C6{Sch*}{St*}]", status), status); in TestSchSt()
/external/icu4c/i18n/
Dalphaindex.cpp237 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex
247 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex