Home | History | Annotate | Download | only in parser

Lines Matching refs:maxNextCharInd

43   protected int maxNextCharInd = 0;
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
103 if (maxNextCharInd == available)
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
127 if ((i = inputStream.read(buffer, maxNextCharInd,
128 available - maxNextCharInd)) == -1)
134 maxNextCharInd += i;
207 if (++bufpos >= maxNextCharInd)
295 tokenBegin = inBuf = maxNextCharInd = 0;