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

/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java189 private int getCharNWS() throws IOException { method in class:JSONParser
613 int ch; // TODO: factor out getCharNWS() to here and check speed
616 return event = next(getCharNWS());
618 ch = getCharNWS();
630 ch = getCharNWS();
637 ch = getCharNWS();
644 ch = getCharNWS();
652 ch = getCharNWS();
660 ch = getCharNWS();

Completed in 12 milliseconds