HomeSort by relevance Sort by last modified time
    Searched refs:bufpos (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 30 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/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 30 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/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 30 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...]
  /external/openssl/crypto/asn1/
bio_asn1.c 97 int bufpos; member in struct:BIO_ASN1_BUF_CTX_t
170 ctx->bufpos = 0;
248 ctx->buf + ctx->bufpos, ctx->buflen);
254 ctx->bufpos += ret;
257 ctx->bufpos = 0;
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/quake/quake/src/WinQuake/
snd_sun.cpp 36 static int bufpos; variable

Completed in 88 milliseconds