Home
last modified time | relevance | path

Searched refs:locale_legacy (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java5050 ULocale locale_legacy = new ULocale(tag); in TestUndScript() local
5055 Assert.assertEquals(id, locale_legacy.getName()); in TestUndScript()
5060 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndScript()
5064 Assert.assertEquals(locale_new, locale_legacy); in TestUndScript()
5073 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndScript()
5085 ULocale locale_legacy = new ULocale(tag); in TestUndRegion() local
5090 Assert.assertEquals(id, locale_legacy.getName()); in TestUndRegion()
5095 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndRegion()
5099 Assert.assertEquals(locale_new, locale_legacy); in TestUndRegion()
5108 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndRegion()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java5053 ULocale locale_legacy = new ULocale(tag); in TestUndScript() local
5058 Assert.assertEquals(id, locale_legacy.getName()); in TestUndScript()
5063 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndScript()
5067 Assert.assertEquals(locale_new, locale_legacy); in TestUndScript()
5076 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndScript()
5088 ULocale locale_legacy = new ULocale(tag); in TestUndRegion() local
5093 Assert.assertEquals(id, locale_legacy.getName()); in TestUndRegion()
5098 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndRegion()
5102 Assert.assertEquals(locale_new, locale_legacy); in TestUndRegion()
5111 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndRegion()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp5958 Locale locale_legacy(tag); in TestUndScript() local
5964 assertEquals("getName()", id, locale_legacy.getName()); in TestUndScript()
5969 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndScript()
5979 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndScript()
5992 Locale locale_legacy(tag); in TestUndRegion() local
5998 assertEquals("getName()", id, locale_legacy.getName()); in TestUndRegion()
6003 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndRegion()
6013 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndRegion()