Searched defs:ooffset (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/lang/String/CompactString/
H A DRegionMatches.java89 testRegionMatches(String str, boolean ignoreCase, int toffset, String other, int ooffset, int len, boolean expected) argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DObjectIdentifier.java535 private static int pack7Oid(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { argument
555 private static int pack8(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { argument
570 private static int pack7Oid(int input, byte[] out, int ooffset) { argument
582 private static int pack7Oid(BigInteger input, byte[] out, int ooffset) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DStringLatin1.java313 regionMatchesCI(byte[] value, int toffset, byte[] other, int ooffset, int len) argument
335 regionMatchesCI_UTF16(byte[] value, int toffset, byte[] other, int ooffset, int len) argument
H A DString.java1307 public boolean regionMatches(int toffset, String other, int ooffset, int len) { argument
1397 regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len) argument
[all...]
H A DStringUTF16.java572 regionMatchesCI(byte[] value, int toffset, byte[] other, int ooffset, int len) argument
604 regionMatchesCI_Latin1(byte[] value, int toffset, byte[] other, int ooffset, int len) argument

Completed in 45 milliseconds