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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DSearchFilter.java53 protected static final char END_FILTER_TOKEN = ')'; field in class:SearchFilter
90 filter = BEGIN_FILTER_TOKEN + filter + END_FILTER_TOKEN;
151 if(getCurrentChar() != END_FILTER_TOKEN) {
153 END_FILTER_TOKEN +
216 while(SearchFilter.this.getCurrentChar() != END_FILTER_TOKEN) {
271 int endPos = SearchFilter.this.relIndexOf(END_FILTER_TOKEN);

Completed in 31 milliseconds