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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DSearchFilter.java89 if(getCurrentChar() != BEGIN_FILTER_TOKEN) {
99 while (Character.isWhitespace(getCurrentChar())) {
112 if(getCurrentChar() != BEGIN_FILTER_TOKEN) {
125 switch(getCurrentChar()) {
151 if(getCurrentChar() != END_FILTER_TOKEN) {
175 protected char getCurrentChar() { method in class:SearchFilter
216 while(SearchFilter.this.getCurrentChar() != END_FILTER_TOKEN) {

Completed in 38 milliseconds