Searched refs:relSubstring (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DSearchFilter.java195 protected String relSubstring(int beginIndex, int endIndex){ method in class:SearchFilter
281 attrID = SearchFilter.this.relSubstring(0, i-1);
282 value = SearchFilter.this.relSubstring(i+1, endPos);
288 attrID = SearchFilter.this.relSubstring(0, i-1);
289 value = SearchFilter.this.relSubstring(i+1, endPos);
295 attrID = SearchFilter.this.relSubstring(0, i-1);
296 value = SearchFilter.this.relSubstring(i+1, endPos);
306 attrID = SearchFilter.this.relSubstring(0,i);
307 value = SearchFilter.this.relSubstring(i+1, endPos);

Completed in 47 milliseconds