Searched refs:standard (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | AVA.java | 1211 private boolean isCompliant(int standard) { in isCompliant() argument 1212 switch (standard) { in isCompliant() 1221 throw new IllegalArgumentException("Invalid standard " + standard); in isCompliant() 1231 static ObjectIdentifier getOID(String keyword, int standard) in getOID() argument 1234 (keyword, standard, Collections.<String, String>emptyMap()); in getOID() 1249 (String keyword, int standard, Map<String, String> extraKeywordMap) in getOID() argument 1253 if (standard == AVA.RFC2253) { in getOID() 1267 if ((ak != null) && ak.isCompliant(standard)) { in getOID() 1277 if (standard == AVA.RFC1779) { in getOID() 1282 } else if (standard == AVA.DEFAULT) { in getOID() [all …]
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 107 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/native/ |
D | libcore_icu_NativeConverter.cpp | 64 static bool collectStandardNames(JNIEnv* env, const char* canonicalName, const char* standard, in collectStandardNames() argument 67 icu::UStringEnumeration e(ucnv_openStandardNames(canonicalName, standard, &status)); in collectStandardNames()
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
D | standard-charsets | 28 # Note that these "standard" charsets listed here are not
|