Searched refs:addLabels (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | alphaindex.h | 337 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status); 352 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
|
/external/icu4c/test/intltest/ |
D | alphaindextst.cpp | 117 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/ |
D | alphaindex.cpp | 237 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
|