Searched defs:endsWith (Results 1 - 21 of 21) sorted by relevance

/openjdk10/jdk/src/jdk.pack/share/native/common-unpack/
H A Dutils.h60 inline bool endsWith(const char* str, const char* suf) { function
/openjdk10/nashorn/test/script/basic/
H A Drun-octane.js35 function endsWith(str, suffix) { function
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/
H A DName.java191 public boolean endsWith(Name n); method in interface:Name
H A DCompositeName.java454 public boolean endsWith(Name n) { method in class:CompositeName
H A DCompoundName.java436 public boolean endsWith(Name n) { method in class:CompoundName
H A DNameImpl.java605 public boolean endsWith(int posn, Enumeration<String> suffix) { method in class:NameImpl
/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DPath.java294 boolean endsWith(Path other); method in interface:Path
321 default boolean endsWith(String other) { method in interface:Path
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DLdapName.java338 public boolean endsWith(Name n) { method in class:LdapName
359 public boolean endsWith(List<Rdn> rdns) { method in class:LdapName
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DXMLStringDefault.java368 public boolean endsWith(String suffix) method in class:XMLStringDefault
H A DXMLString.java311 public abstract boolean endsWith(String suffix); method in interface:XMLString
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/
H A DXString.java608 public boolean endsWith(String suffix) method in class:XString
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixPath.java686 public boolean endsWith(Path other) { method in class:UnixPath
/openjdk10/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java228 public boolean endsWith(Name n) { method in class:DnsName
/openjdk10/jdk/test/java/lang/String/
H A DExceptions.java463 private static void endsWith() { method in class:Exceptions
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java734 public boolean endsWith(Path obj) { method in class:WindowsPath
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java312 public final boolean endsWith(Path other) { method in class:JrtPath
357 public final boolean endsWith(String other) { method in class:JrtPath
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapName.java223 public boolean endsWith(Name n) { method in class:LdapName
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java332 public boolean endsWith(Path other) { method in class:ZipPath
377 public final boolean endsWith(String other) { method in class:ZipPath
/openjdk10/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java421 public boolean endsWith(Path other) { method in class:PassThroughFileSystem.PassThroughPath
426 public boolean endsWith(String other) { method in class:PassThroughFileSystem.PassThroughPath
/openjdk10/jdk/test/java/nio/file/spi/
H A DTestProvider.java345 public boolean endsWith(Path other) { method in class:TestProvider.TestPath
350 public boolean endsWith(String other) { method in class:TestProvider.TestPath
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DString.java1496 public boolean endsWith(String suffix) { method in class:String

Completed in 271 milliseconds