HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayName (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/icu4c/common/
locdispnames.cpp 205 Locale::getDisplayName( UnicodeString& name ) const
207 return this->getDisplayName(getDefault(), name);
211 Locale::getDisplayName(const Locale &displayLocale,
249 BreakIterator::getDisplayName(const Locale& objectLocale,
252 return objectLocale.getDisplayName(name);
258 BreakIterator::getDisplayName(const Locale& objectLocale,
262 return objectLocale.getDisplayName(displayLocale, name);
serv.cpp 156 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const
684 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result) const
686 return getDisplayName(id, result, Locale::getDefault());
690 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const
700 f->getDisplayName(id, locale, result);
712 f->getDisplayName(id, locale, result);
769 f->getDisplayName(*id, locale, dname);
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 168 map.put(KEY_NAME, loc.getDisplayName());
184 map.put(KEY_NAME, loc.getDisplayName() + " [Custom]");
325 config.locale.getDisplayName());
  /external/chromium/third_party/icu/source/test/intltest/
g7coll.cpp 115 msg += locales[i].getDisplayName(dispName);
130 msg += locales[i].getDisplayName(name);
140 msg += locales[i].getDisplayName(dispName);
tzregts.cpp 550 tz->getDisplayName(TRUE, TimeZone::LONG,
552 errln("IllegalArgumentException not thrown by TimeZone::getDisplayName()");*/
    [all...]
tztest.cpp     [all...]
  /external/icu4c/test/intltest/
g7coll.cpp 115 msg += locales[i].getDisplayName(dispName);
130 msg += locales[i].getDisplayName(name);
140 msg += locales[i].getDisplayName(dispName);
tzregts.cpp 536 tz->getDisplayName(TRUE, TimeZone::LONG,
538 errln("IllegalArgumentException not thrown by TimeZone::getDisplayName()");*/
    [all...]
tztest.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 400 * Equivalent to {@code getDisplayName(Locale.getDefault())}.
402 public final String getDisplayName() {
403 return getDisplayName(getDefault());
414 public String getDisplayName(Locale locale) {
  /libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 317 * @tests java.util.Locale#getDisplayName()
322 method = "getDisplayName",
326 // Test for method java.lang.String java.util.Locale.getDisplayName()
327 assertTrue("Returned incorrect name: " + testLocale.getDisplayName(),
328 testLocale.getDisplayName().equals("English (Canada,WIN32)"));
332 * @tests java.util.Locale#getDisplayName(java.util.Locale)
337 method = "getDisplayName",
347 // java.util.Locale.getDisplayName(java.util.Locale)
348 assertTrue("Returned incorrect name: " + testLocale.getDisplayName(l),
349 testLocale.getDisplayName(l).equals("anglais (Canada,WIN32)"))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 111 return ((ResourceType)element).getDisplayName();
ResourceChooser.java 93 mResourceType.getDisplayName().toLowerCase()));
174 String title = String.format("New %1$s...", mResourceType.getDisplayName());
  /external/chromium/third_party/icu/public/i18n/unicode/
translit.h 205 * {@link #getDisplayName }.
722 * #getDisplayName } for details.
728 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
752 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 205 * {@link #getDisplayName }.
722 * #getDisplayName } for details.
728 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
752 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseView.groovy 52 public String getDisplayName() {
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 94 String description = TextUtils.expandTemplate(template, getDisplayName()).toString();
102 return TextUtils.expandTemplate(template, getDisplayName()).toString();
105 public String getDisplayName() {
109 return entries.get(0).getDisplayName();
292 mCachedName = entry.getDisplayName();
  /external/chromium/third_party/icu/source/common/
serv.cpp 156 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const
684 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result) const
686 return getDisplayName(id, result, Locale::getDefault());
690 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const
700 f->getDisplayName(id, locale, result);
712 f->getDisplayName(id, locale, result);
769 f->getDisplayName(*id, locale, dname);
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 210 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id);
214 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
218 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id);
222 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
  /external/icu4c/i18n/
ucal.cpp 213 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id);
217 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
221 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id);
225 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 218 public String getDisplayName() {
  /frameworks/base/vpn/tests/vpntests/src/android/net/vpn/
VpnTest.java 132 assertFalse(TextUtils.isEmpty(type.getDisplayName()));
  /libcore/luni/src/main/java/libcore/icu/
TimeZones.java 33 * Implements TimeZone.getDisplayName by asking ICU.
35 public static String getDisplayName(String id, boolean daylight, int style, Locale locale) {
  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 106 Log.v(Email.LOG_TAG, "Backing up account:" + fromAccount.getDisplayName());
  /packages/apps/Email/src/com/android/email/activity/
AccountShortcutPicker.java 167 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, account.getDisplayName());

Completed in 2202 milliseconds

1 23 4 5 6 7