Searched defs:regionMatches (Results 1 - 3 of 3) sorted by last modified time

/openjdk9/jdk/test/java/lang/String/
H A DExceptions.java432 private static void regionMatches() { method in class:Exceptions
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DString.java1307 public boolean regionMatches(int toffset, String other, int ooffset, int len) { method in class:String
1397 public boolean regionMatches(boolean ignoreCase, int toffset, method in class:String
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1753 abstract boolean regionMatches(boolean ignoreCase, int offset, int limit, String part, int partlen); method in class:RegularExpression.ExpressionTarget
1754 abstract boolean regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen); method in class:RegularExpression.ExpressionTarget
1773 final boolean regionMatches(boolean ignoreCase, int offset, int limit, method in class:RegularExpression.StringTarget
1781 final boolean regionMatches(boolea method in class:RegularExpression.StringTarget
1807 final boolean regionMatches(boolean ignoreCase, int offset, int limit, method in class:RegularExpression.CharArrayTarget
1816 private final boolean regionMatches(int offset, int limit, String part, int partlen) { method in class:RegularExpression.CharArrayTarget
1846 final boolean regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen) { method in class:RegularExpression.CharArrayTarget
1854 private final boolean regionMatches(int offset, int limit, int offset2, int partlen) { method in class:RegularExpression.CharArrayTarget
1899 final boolean regionMatches(boolean ignoreCase, int offset, int limit, method in class:RegularExpression.CharacterIteratorTarget
1908 private final boolean regionMatches(int offset, int limit, String part, int partlen) { method in class:RegularExpression.CharacterIteratorTarget
1938 final boolean regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen) { method in class:RegularExpression.CharacterIteratorTarget
1946 private final boolean regionMatches(int offset, int limit, int offset2, int partlen) { method in class:RegularExpression.CharacterIteratorTarget
[all...]

Completed in 116 milliseconds