Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java335 alphabeticIndex.addLabels((ULocale)test[i]); in TestInflow()
337 alphabeticIndex.addLabels((UnicodeSet)test[i]); in TestInflow()
353 indexCharacters2.addLabels((ULocale)test[i]); in TestInflow()
355 indexCharacters2.addLabels((UnicodeSet)test[i]); in TestInflow()
370 …AlphabeticIndex<Integer> index = new AlphabeticIndex<Integer>(desiredLocale).addLabels(additionalL… in checkBuckets()
579 …ticIndex<Double> alphabeticIndex = new AlphabeticIndex<Double>(ulocale).addLabels(ULocale.ENGLISH); in TestClientSupport()
889 index.addLabels(ULocale.ENGLISH); in TestHaniFirst()
912 index.addLabels(ULocale.CHINESE); in TestPinyinFirst()
932 index.addLabels(new UnicodeSet("[Æ{Sch*}{St*}]")); in TestSchSt()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h330 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
345 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp117 index->addLabels(additions, status); in APITest()
132 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest()
561 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst()
590 index.addLabels(Locale::getChinese(), status); in TestPinyinFirst()
608 index.addLabels(UnicodeSet("[\\u00C6{Sch*}{St*}]", status), status); in TestSchSt()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java306 public AlphabeticIndex<V> addLabels(UnicodeSet additions) { in addLabels() method in AlphabeticIndex
318 public AlphabeticIndex<V> addLabels(ULocale... additions) { in addLabels() method in AlphabeticIndex
332 public AlphabeticIndex<V> addLabels(Locale... additions) { in addLabels() method in AlphabeticIndex
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp236 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels() function in AlphabeticIndex
246 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels() function in AlphabeticIndex