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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DFilter.java326 int valueStart, valueEnd, typeStart, typeEnd;
343 typeEnd = eq - 1;
347 typeEnd = eq - 1;
351 typeEnd = eq - 1;
355 typeEnd = eq - 1;
358 typeEnd = eq;
365 System.err.println("type: " + typeStart + ", " + typeEnd);
395 for (int i = typeStart + 1; i < typeEnd; i++) {
452 for (int i = optionsStart + 1; i < typeEnd; i++) {
489 for (int i = extensibleStart + 1; i < typeEnd;
583 encodeSubstringFilter(BerEncoder ber, byte[] filter, int typeStart, int typeEnd, int valueStart, int valueEnd) argument
[all...]

Completed in 23 milliseconds