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

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
H A DSimpleCharStream.java30 public int bufpos = -1; field in class:SimpleCharStream
63 bufsize - tokenBegin, bufpos);
67 System.arraycopy(bufline, 0, newbufline, bufsize - tokenBegin, bufpos);
71 System.arraycopy(bufcolumn, 0, newbufcolumn, bufsize - tokenBegin, bufpos);
74 maxNextCharInd = (bufpos += (bufsize - tokenBegin));
87 maxNextCharInd = (bufpos -= tokenBegin);
109 bufpos = maxNextCharInd = 0;
113 bufpos = maxNextCharInd = 0;
138 --bufpos;
141 tokenBegin = bufpos;
[all...]

Completed in 421 milliseconds