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.java5071 ULocale locale_legacy = new ULocale(tag); in TestUndScript() local
5076 Assert.assertEquals(id, locale_legacy.getName()); in TestUndScript()
5081 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndScript()
5085 Assert.assertEquals(locale_new, locale_legacy); in TestUndScript()
5094 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndScript()
5106 ULocale locale_legacy = new ULocale(tag); in TestUndRegion() local
5111 Assert.assertEquals(id, locale_legacy.getName()); in TestUndRegion()
5116 Assert.assertEquals(tag, locale_legacy.toLanguageTag()); in TestUndRegion()
5120 Assert.assertEquals(locale_new, locale_legacy); in TestUndRegion()
5129 Assert.assertEquals(displayName, locale_legacy.getDisplayName(displayLocale)); in TestUndRegion()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp6080 Locale locale_legacy(tag); in TestUndScript() local
6086 assertEquals("getName()", id, locale_legacy.getName()); in TestUndScript()
6091 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndScript()
6101 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndScript()
6114 Locale locale_legacy(tag); in TestUndRegion() local
6120 assertEquals("getName()", id, locale_legacy.getName()); in TestUndRegion()
6125 assertEquals("toLanguageTag()", tag, locale_legacy.toLanguageTag<std::string>(status).c_str()); in TestUndRegion()
6135 assertEquals("getDisplayName()", displayName, locale_legacy.getDisplayName(displayLocale, tmp)); in TestUndRegion()