Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DDomTest.java107 private Attr standard; field in DomTest
150 standard = name.getAttributeNode("a:standard"); in setUp()
178 itemXmlnsA, name, standard, deluxe, waffles, description, in setUp()
214 assertEquals("http://addons", standard.lookupNamespaceURI("a")); in testLookupNamespaceURIByPrefix()
246 assertEquals("http://food", standard.lookupNamespaceURI(null)); in testLookupNamespaceURIWithNullPrefix()
284 assertEquals("a", standard.lookupPrefix("http://addons")); in testLookupPrefixWithShadowedUri()
328 assertEquals(null, standard.lookupPrefix("http://usda")); in testLookupPrefixWithShadowingUri()
360 assertTrue(standard.isDefaultNamespace("http://food")); in testIsDefaultNamespace()
401 assertFalse(standard.isDefaultNamespace(null)); in testIsDefaultNamespaceNull()
483 standard.setTextContent("foobar"); in testAttributeSetTextContent()
[all …]
/libcore/luni/src/main/files/cacerts/
D5cf9d536.077 …Root Certificate by any party assumes acceptance of the then applicable standard terms and conditi…
/libcore/luni/src/main/native/
Dlibcore_icu_NativeConverter.cpp64 static bool collectStandardNames(JNIEnv* env, const char* canonicalName, const char* standard, in collectStandardNames() argument
67 UStringEnumeration e(ucnv_openStandardNames(canonicalName, standard, &status)); in collectStandardNames()