Searched refs:getDisplayName (Results 76 - 100 of 235) sorted by relevance

12345678910

/external/libmojo/base/android/java/src/org/chromium/base/
H A DContentUriUtils.java139 public static String getDisplayName( method in class:ContentUriUtils
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatRoundTripTest.java66 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName());
95 logln("Locale: " + loc.getDisplayName());
H A DIntlTestDateFormat.java244 all.append(locales[i].getDisplayName());
266 String name = locales[i].getDisplayName();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleAliasTest.java158 String name1 = ul1.getDisplayName();
159 String name2 = ul2.getDisplayName();
163 logln("ULocale(getDisplayName) old:"+name1+" new:"+name2);
/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h207 * {@link #getDisplayName }.
725 * #getDisplayName } for details.
731 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
755 static UnicodeString& U_EXPORT2 getDisplayName(const UnicodeString& ID,
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp540 tz->getDisplayName(TRUE, TimeZone::LONG,
542 errln("IllegalArgumentException not thrown by TimeZone::getDisplayName()");*/
916 * getDisplayName doesn't work with unusual savings/offsets.
952 "z1->getDisplayName(false, SHORT)/std zone",
953 z1->getDisplayName(FALSE, TimeZone::SHORT, a), "GMT+1:30",
954 "z1->getDisplayName(false, LONG)/std zone",
955 z1->getDisplayName(FALSE, TimeZone::LONG, b), "GMT+01:30",
956 "z1->getDisplayName(true, SHORT)/std zone",
957 z1->getDisplayName(TRUE, TimeZone::SHORT, c), "GMT+1:30",
958 "z1->getDisplayName(tru
[all...]
H A Dtztest.cpp1345 from->getDisplayName(useDst[k], styles[j],locale, fromName);
1346 to->getDisplayName(useDst[k], styles[j], locale, toName);
1359 from->getDisplayName(fromName);
1360 to->getDisplayName(toName);
1371 * Test the basic functionality of the getDisplayName() API.
1388 zone->getDisplayName(Locale::getEnglish(), name);
1430 name = zone->getDisplayName(kData[i].useDst,
1440 name = zone->getDisplayName(kData[i].useDst,
1467 name = zone2->getDisplayName(Locale::getEnglish(),name);
1476 name = zone->getDisplayName(mt_M
[all...]
H A Daliastst.cpp167 oldLoc.getDisplayName(name1);
168 newLoc.getDisplayName(name2);
172 log("ULocale(getDisplayName) old:");
H A Dloctest.cpp754 testLocale.getDisplayName(displayLocale, testName);
937 loc.getDisplayName (enLoc, name);
1077 localesToTest[i].getDisplayName(Locale::getUS(), name);
1089 localesToTest[i].getDisplayName(Locale("es", "ES"), name);
1098 localesToTest[i].getDisplayName(Locale::getFrance(), name);
1107 localesToTest[i].getDisplayName(Locale("inv", "IN"), name);
1112 localesToTest[i].getDisplayName(Locale("inv", "BD"), name);
1463 if (loc.getDisplayName(temp) != englishDisplayNames[i])
1465 englishDisplayNames[i] + ", got " + loc.getDisplayName(temp));
1466 if (loc.getDisplayName(lo
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java65 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName());
94 logln("Locale: " + loc.getDisplayName());
H A DIntlTestDateFormat.java243 all.append(locales[i].getDisplayName());
265 String name = locales[i].getDisplayName();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java157 String name1 = ul1.getDisplayName();
158 String name2 = ul2.getDisplayName();
162 logln("ULocale(getDisplayName) old:"+name1+" new:"+name2);
/external/junit/src/main/java/org/junit/runner/
H A DDescription.java172 public String getDisplayName() { method in class:Description
237 return getDisplayName();
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDbgInfoPrinter.cpp130 StringRef D = Var.getDisplayName();
141 StringRef D = Var.getDisplayName();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneTest.java320 * Test the basic functionality of the getDisplayName() API.
333 String name = zone.getDisplayName(Locale.ENGLISH);
374 name = zone.getDisplayName(((Boolean)DATA[i]).booleanValue(),
389 name = zone2.getDisplayName(Locale.ENGLISH);
397 name = zone.getDisplayName(mt_MT);
435 name = zone2.getDisplayName(Locale.ENGLISH);
443 // cover getDisplayName() - null arg
446 name = zone2.getDisplayName();
468 String displayName0 = tz.getDisplayName(locale);
472 logln(locale.getDisplayName()
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java319 * Test the basic functionality of the getDisplayName() API.
332 String name = zone.getDisplayName(Locale.ENGLISH);
373 name = zone.getDisplayName(((Boolean)DATA[i]).booleanValue(),
388 name = zone2.getDisplayName(Locale.ENGLISH);
396 name = zone.getDisplayName(mt_MT);
434 name = zone2.getDisplayName(Locale.ENGLISH);
442 // cover getDisplayName() - null arg
445 name = zone2.getDisplayName();
467 String displayName0 = tz.getDisplayName(locale);
471 logln(locale.getDisplayName()
[all...]
/external/icu/icu4c/source/common/
H A Dserv.cpp160 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const function in class:SimpleFactory
686 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result) const function in class:ICUService
688 return getDisplayName(id, result, Locale::getDefault());
692 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const function in class:ICUService
701 f->getDisplayName(id, locale, result);
713 f->getDisplayName(id, locale, result);
772 f->getDisplayName(*id, locale, dname);
/external/icu/icu4c/source/i18n/
H A Ducal.cpp242 tz.getDisplayName(FALSE, TimeZone::LONG, Locale(locale), id);
246 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
250 tz.getDisplayName(TRUE, TimeZone::LONG, Locale(locale), id);
254 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
H A Dtimezone.cpp22 * Added getDisplayName API
26 * - should getDisplayName cache something?
28 * 08/10/98 stephen Brought getDisplayName() API in-line w/ conventions
1173 TimeZone::getDisplayName(UnicodeString& result) const function in class:TimeZone
1175 return getDisplayName(FALSE,LONG,Locale::getDefault(), result);
1179 TimeZone::getDisplayName(const Locale& locale, UnicodeString& result) const function in class:TimeZone
1181 return getDisplayName(FALSE, LONG, locale, result);
1185 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const function in class:TimeZone
1187 return getDisplayName(daylight,style, Locale::getDefault(), result);
1199 TimeZone::getDisplayName(UBoo function in class:TimeZone
[all...]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCurrencyNameTest.java31 mGetDisplayName = Currency.class.getMethod("getDisplayName", new Class[] {Locale.class});
107 logln("INFO: Currency#getDisplayName(String,Locale) is not available.");
124 errln("FAIL: JDK Currency#getDisplayName(\"" + currency + "\", \"" + loc + "\") throws exception: " + e.getMessage());
128 String curNameIcu = currencyIcu.getDisplayName(loc);
154 errln("FAIL: JDK Currency#getDisplayName(\"" + currency + "\", \"" + locIcu + "\") throws exception: " + e.getMessage());
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java218 public String getDisplayName() { method in class:AddressImpl
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationAPITest.java889 assertFalse("getDisplayName()", Collator.getDisplayName(Locale.GERMAN).isEmpty());
890 assertFalse("getDisplayName()", Collator.getDisplayName(Locale.GERMAN, Locale.ITALIAN).isEmpty());
1307 logln(list[i].getDisplayName());
1309 logln(" ...... Or display as: " + Collator.getDisplayName(list[i]));
1311 Collator.getDisplayName(list[i],Locale.CHINA));
1588 * Tests the method public String getDisplayName(Locale objectLocale, Locale displayLocale) using TestCreateCollator1 class
1592 tcc.getDisplayName(new Locale("en_US"), new Locale("jp_JP"));
1594 errln("Collator.getDisplayName(Local
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java888 assertFalse("getDisplayName()", Collator.getDisplayName(Locale.GERMAN).isEmpty());
889 assertFalse("getDisplayName()", Collator.getDisplayName(Locale.GERMAN, Locale.ITALIAN).isEmpty());
1306 logln(list[i].getDisplayName());
1308 logln(" ...... Or display as: " + Collator.getDisplayName(list[i]));
1310 Collator.getDisplayName(list[i],Locale.CHINA));
1587 * Tests the method public String getDisplayName(Locale objectLocale, Locale displayLocale) using TestCreateCollator1 class
1591 tcc.getDisplayName(new Locale("en_US"), new Locale("jp_JP"));
1593 errln("Collator.getDisplayName(Local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterator.java180 * returned by {@link #getDisplayName}.
1148 * #getDisplayName(String,Locale)} for details.
1151 public final static String getDisplayName(String ID) { method in class:Transliterator
1152 return getDisplayName(ID, ULocale.getDefault(Category.DISPLAY));
1173 public static String getDisplayName(String id, Locale inLocale) { method in class:Transliterator
1174 return getDisplayName(id, ULocale.forLocale(inLocale));
1195 public static String getDisplayName(String id, ULocale inLocale) { method in class:Transliterator
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java179 * returned by {@link #getDisplayName}.
1176 * #getDisplayName(String,Locale)} for details.
1180 public final static String getDisplayName(String ID) { method in class:Transliterator
1181 return getDisplayName(ID, ULocale.getDefault(Category.DISPLAY));
1203 public static String getDisplayName(String id, Locale inLocale) { method in class:Transliterator
1204 return getDisplayName(id, ULocale.forLocale(inLocale));
1226 public static String getDisplayName(String id, ULocale inLocale) { method in class:Transliterator

Completed in 2332 milliseconds

12345678910