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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DFilter.java756 int matchStart, int matchEnd, int valueStart, int valueEnd)
767 if ((colon = indexOf(filter, ':', matchStart, matchEnd)) >= 0) {
770 if ((i = indexOf(filter, ":dn", colon, matchEnd)) >= 0) {
775 if (((colon2 = indexOf(filter, ':', colon + 1, matchEnd)) >= 0)
780 colon2 + 1, matchEnd - (colon2 + 1));
788 colon + 1, matchEnd - (colon + 1));
799 matchEnd - matchStart);
755 encodeExtensibleMatch(BerEncoder ber, byte[] filter, int matchStart, int matchEnd, int valueStart, int valueEnd) argument

Completed in 1532 milliseconds