HomeSort by relevance Sort by last modified time
    Searched refs:addLabels (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 23 return new AlphabeticIndex(locale).addLabels(Locale.US).getImmutableIndex();
182 ai.addLabels(null);
194 .addLabels(Locale.JAPANESE)
195 .addLabels(Locale.KOREAN)
196 .addLabels(new Locale("th"))
197 .addLabels(new Locale("ar"))
198 .addLabels(new Locale("he"))
199 .addLabels(new Locale("el"))
200 .addLabels(new Locale("ru"));
  /libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java 117 public synchronized AlphabeticIndex addLabels(Locale locale) {
118 addLabels(peer, locale.toString());
165 private static native void addLabels(long peer, String locale);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 94 ai.addLabels(secondaryLocale);
96 mAlphabeticIndex = ai.addLabels(Locale.ENGLISH)
97 .addLabels(Locale.JAPANESE)
98 .addLabels(Locale.KOREAN)
99 .addLabels(LOCALE_THAI)
100 .addLabels(LOCALE_ARABIC)
101 .addLabels(LOCALE_HEBREW)
102 .addLabels(LOCALE_GREEK)
103 .addLabels(LOCALE_UKRAINIAN)
104 .addLabels(LOCALE_SERBIAN
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 113 * then it is a good idea to call addLabels(Locale::getEnglish(), status).</p>
126 * index->addLabels(additionalLocale, status);
307 * The index will be created with no labels; the addLabels() function must be called
330 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
345 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 68 ai->addLabels(icuLocale.locale(), status);
69 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
76 ai->addLabels(UnicodeSet(codePointStart, codePointEnd), status);
77 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
191 NATIVE_METHOD(AlphabeticIndex, addLabels, "(JLjava/lang/String;)V"),
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 110 // addLabels()
117 index->addLabels(additions, status);
127 // addLabels(Locale)
132 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status);
569 index.addLabels(Locale::getEnglish(), status);
598 index.addLabels(Locale::getChinese(), status);
616 index.addLabels(UnicodeSet("[\\u00C6{Sch*}{St*}]", status), status);
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) {
248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 642 milliseconds