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

/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java181 protected int getChar() throws IOException { method in class:JSONParser
191 int ch = getChar();
198 int ch = getChar();
253 int ch = getChar();
307 int ch = getChar();
325 int ch = getChar(); lim--;
329 ch = getChar(); lim--;
344 int ch = getChar();
368 int ch = getChar();
400 switch (getChar()) {
[all...]
/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/
H A DBinaryDictionary.java178 text[prefix+i] = buffer.getChar(offset + (i << 1));
283 text[i] = buffer.getChar(offset + (i << 1));

Completed in 13 milliseconds