Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dalphaindex.h193 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
208 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
/external/icu4c/test/intltest/
Dalphaindextst.cpp81 index->addLabels(additions, status); in APITest()
100 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest()
/external/icu4c/i18n/
Dalphaindex.cpp130 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex
139 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex