Home
last modified time | relevance | path

Searched refs:ParserCursor (Results 1 – 18 of 18) sorted by relevance

/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueParser.java112 ParserCursor cursor = new ParserCursor(0, value.length()); in parseElements()
119 final ParserCursor cursor) { in parseElements()
163 ParserCursor cursor = new ParserCursor(0, value.length()); in parseHeaderElement()
170 final ParserCursor cursor) { in parseHeaderElement()
228 ParserCursor cursor = new ParserCursor(0, value.length()); in parseParameters()
236 final ParserCursor cursor) { in parseParameters()
298 ParserCursor cursor = new ParserCursor(0, value.length()); in parseNameValuePair()
305 final ParserCursor cursor) { in parseNameValuePair()
321 final ParserCursor cursor, in parseNameValuePair()
DBasicLineParser.java127 ParserCursor cursor = new ParserCursor(0, value.length()); in parseProtocolVersion()
134 final ParserCursor cursor) in parseProtocolVersion()
230 final ParserCursor cursor) { in hasProtocolVersion()
292 ParserCursor cursor = new ParserCursor(0, value.length()); in parseRequestLine()
307 final ParserCursor cursor) in parseRequestLine()
392 ParserCursor cursor = new ParserCursor(0, value.length()); in parseStatusLine()
399 final ParserCursor cursor) in parseStatusLine()
499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace()
DHeaderValueParser.java98 ParserCursor cursor) throws ParseException; in parseElements()
115 ParserCursor cursor) throws ParseException; in parseHeaderElement()
201 ParserCursor cursor) throws ParseException; in parseParameters()
216 ParserCursor cursor) throws ParseException; in parseNameValuePair()
DLineParser.java82 ParserCursor cursor) throws ParseException; in parseProtocolVersion()
106 ParserCursor cursor); in hasProtocolVersion()
122 ParserCursor cursor) throws ParseException; in parseRequestLine()
138 ParserCursor cursor) throws ParseException; in parseStatusLine()
DBasicHeaderElementIterator.java63 private ParserCursor cursor = null;
94 this.cursor = new ParserCursor(0, this.buffer.length()); in bufferHeaderValue()
102 this.cursor = new ParserCursor(0, this.buffer.length()); in bufferHeaderValue()
DParserCursor.java50 public class ParserCursor { class
56 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor() method in ParserCursor
DBufferedHeader.java114 ParserCursor cursor = new ParserCursor(0, this.buffer.length()); in getElements()
/external/apache-http/src/org/apache/http/impl/cookie/
DNetscapeDraftSpec.java46 import org.apache.http.message.ParserCursor;
134 ParserCursor cursor; in parse()
137 cursor = new ParserCursor( in parse()
147 cursor = new ParserCursor(0, buffer.length()); in parse()
DBrowserCompatSpec.java47 import org.apache.http.message.ParserCursor;
136 ParserCursor cursor; in parse()
139 cursor = new ParserCursor( in parse()
149 cursor = new ParserCursor(0, buffer.length()); in parse()
DNetscapeDraftHeaderParser.java42 import org.apache.http.message.ParserCursor;
66 final ParserCursor cursor) throws ParseException { in parseHeader()
/external/apache-http/src/org/apache/http/impl/io/
DHttpRequestParser.java44 import org.apache.http.message.ParserCursor;
81 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
DHttpResponseParser.java44 import org.apache.http.message.ParserCursor;
82 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
/external/apache-http/src/org/apache/http/impl/auth/
DRFC2617Scheme.java41 import org.apache.http.message.ParserCursor;
74 ParserCursor cursor = new ParserCursor(pos, buffer.length()); in parseChallenge()
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultResponseParser.java46 import org.apache.http.message.ParserCursor;
86 ParserCursor cursor = null; in parseHead()
93 cursor = new ParserCursor(0, this.lineBuf.length()); in parseHead()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java45 import org.apache.http.message.ParserCursor;
308 current, new ParserCursor(0, current.length())); in parseResponseHeader()
DHeaders.java26 import org.apache.http.message.ParserCursor;
179 .parseElements(buffer, new ParserCursor(pos, in parseHeader()
/external/apache-http/art-profile/
Dorg.apache.http.legacy.boot.prof.txt501 …Header(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht…
621 …ements(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/h…
622 …lement(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht…
623 …uePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht…
624 …uePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;[C)Lorg/apache/…
625 …meters(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/h…
639 …->hasProtocolVersion(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Z
641 …ersion(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht…
642 …usLine(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/ht…
643 …ser;->skipWhitespace(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)V
[all …]
/external/apache-http/api/
Dapache-http-legacy-current.txt3214 …eHeader(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa…
3587 …lement[] parseElements(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor);
3589 …ent parseHeaderElement(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor);
3591 …air parseNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor);
3592 …eNameValuePair(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor, char[]);
3594 …Pair[] parseParameters(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor);
3657 …ean hasProtocolVersion(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor);
3661 …Version(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa…
3663 …estLine(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa…
3665 …tusLine(org.apache.http.util.CharArrayBuffer, org.apache.http.message.ParserCursor) throws org.apa…
[all …]