Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleTest.java4931 ULocale root_tag = ULocale.forLanguageTag(root); in TestUnd() local
4943 Assert.assertEquals(empty, root_tag.getName()); in TestUnd()
4954 Assert.assertEquals(und, root_tag.toLanguageTag()); in TestUnd()
4962 Assert.assertEquals(root_new, root_tag); in TestUnd()
4964 Assert.assertEquals(root_tag, root_build); in TestUnd()
4974 Assert.assertEquals(empty_tag, root_tag); in TestUnd()
4976 Assert.assertEquals(root_tag, und_tag); in TestUnd()
4988 Assert.assertEquals(displayName, root_tag.getDisplayName(displayLocale)); in TestUnd()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java5000 ULocale root_tag = ULocale.forLanguageTag(root); in TestUnd() local
5012 Assert.assertEquals(empty, root_tag.getName()); in TestUnd()
5023 Assert.assertEquals(und, root_tag.toLanguageTag()); in TestUnd()
5031 Assert.assertEquals(root_new, root_tag); in TestUnd()
5033 Assert.assertEquals(root_tag, root_build); in TestUnd()
5043 Assert.assertEquals(empty_tag, root_tag); in TestUnd()
5045 Assert.assertEquals(root_tag, und_tag); in TestUnd()
5057 Assert.assertEquals(displayName, root_tag.getDisplayName(displayLocale)); in TestUnd()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp6002 Locale root_tag = Locale::forLanguageTag(root, status); in TestUnd() local
6016 assertEquals("getName()", empty, root_tag.getName()); in TestUnd()
6028 assertEquals("toLanguageTag()", und, root_tag.toLanguageTag<std::string>(status).c_str()); in TestUnd()
6038 assertTrue("root_ctor == root_tag", root_ctor == root_tag); in TestUnd()
6040 assertTrue("root_tag == root_build", root_tag == root_build); in TestUnd()
6050 assertTrue("empty_tag == root_tag", empty_tag == root_tag); in TestUnd()
6052 assertTrue("root_tag == und_tag", root_tag == und_tag); in TestUnd()
6065 assertEquals("getDisplayName()", displayName, root_tag.getDisplayName(displayLocale, tmp)); in TestUnd()