Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleTest.java5002 ULocale locale_legacy = new ULocale(tag); in TestUndScript() local
5007 Assert.assertEquals(id, locale_legacy.getName()); in TestUndScript()
5012 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndScript()
5016 Assert.assertEquals(locale_new, locale_legacy); in TestUndScript()
5025 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndScript()
5037 ULocale locale_legacy = new ULocale(tag); in TestUndRegion() local
5042 Assert.assertEquals(id, locale_legacy.getName()); in TestUndRegion()
5047 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndRegion()
5051 Assert.assertEquals(locale_new, locale_legacy); in TestUndRegion()
5060 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndRegion()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java5136 ULocale locale_legacy = new ULocale(tag); in TestUndScript() local
5141 Assert.assertEquals(id, locale_legacy.getName()); in TestUndScript()
5146 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndScript()
5150 Assert.assertEquals(locale_new, locale_legacy); in TestUndScript()
5159 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndScript()
5171 ULocale locale_legacy = new ULocale(tag); in TestUndRegion() local
5176 Assert.assertEquals(id, locale_legacy.getName()); in TestUndRegion()
5181 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndRegion()
5185 Assert.assertEquals(locale_new, locale_legacy); in TestUndRegion()
5194 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndRegion()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp6149 Locale locale_legacy(tag); in TestUndScript() local
6155 assertEquals("getName()", id, locale_legacy.getName()); in TestUndScript()
6160 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndScript()
6170 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndScript()
6183 Locale locale_legacy(tag); in TestUndRegion() local
6189 assertEquals("getName()", id, locale_legacy.getName()); in TestUndRegion()
6194 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndRegion()
6204 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndRegion()