Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java4979 ULocale root_tag = ULocale.forLanguageTag(root); in TestUnd() local
4991 Assert.assertEquals(empty, root_tag.getName()); in TestUnd()
5002 Assert.assertEquals(und, root_tag.toLanguageTag()); in TestUnd()
5010 Assert.assertEquals(root_new, root_tag); in TestUnd()
5012 Assert.assertEquals(root_tag, root_build); in TestUnd()
5022 Assert.assertEquals(empty_tag, root_tag); in TestUnd()
5024 Assert.assertEquals(root_tag, und_tag); in TestUnd()
5036 Assert.assertEquals(displayName, root_tag.getDisplayName(displayLocale)); in TestUnd()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java4982 ULocale root_tag = ULocale.forLanguageTag(root); in TestUnd() local
4994 Assert.assertEquals(empty, root_tag.getName()); in TestUnd()
5005 Assert.assertEquals(und, root_tag.toLanguageTag()); in TestUnd()
5013 Assert.assertEquals(root_new, root_tag); in TestUnd()
5015 Assert.assertEquals(root_tag, root_build); in TestUnd()
5025 Assert.assertEquals(empty_tag, root_tag); in TestUnd()
5027 Assert.assertEquals(root_tag, und_tag); in TestUnd()
5039 Assert.assertEquals(displayName, root_tag.getDisplayName(displayLocale)); in TestUnd()
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py1196 root_tag = hosts.RepairStrategy.ROOT_TAG
1197 repair_input = (('fixit', True, (), (root_tag,)),)
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp5880 Locale root_tag = Locale::forLanguageTag(root, status); in TestUnd() local
5894 assertEquals("getName()", empty, root_tag.getName()); in TestUnd()
5906 assertEquals("toLanguageTag()", und, root_tag.toLanguageTag<std::string>(status).c_str()); in TestUnd()
5916 assertTrue("root_ctor == root_tag", root_ctor == root_tag); in TestUnd()
5918 assertTrue("root_tag == root_build", root_tag == root_build); in TestUnd()
5928 assertTrue("empty_tag == root_tag", empty_tag == root_tag); in TestUnd()
5930 assertTrue("root_tag == und_tag", root_tag == und_tag); in TestUnd()
5943 assertEquals("getDisplayName()", displayName, root_tag.getDisplayName(displayLocale, tmp)); in TestUnd()