Home
last modified time | relevance | path

Searched defs:isSupported (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
DCharset.java337 public static boolean isSupported(String charsetName) { in isSupported() method in Charset
/libcore/luni/src/main/java/org/w3c/dom/
DNode.java472 public boolean isSupported(String feature, in isSupported() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DNodeImpl.java148 public boolean isSupported(String feature, String version) { in isSupported() method in NodeImpl
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java77 private static boolean isSupported(String algorithm, String provider) { in isSupported() method in CipherTest