Home
last modified time | relevance | path

Searched refs:estimateNameValuePairLen (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueFormatter.java237 estimateNameValuePairLen(elem.getParameter(i)); in estimateHeaderElementLen()
308 result += estimateNameValuePairLen(nvps[i]); in estimateParametersLen()
345 int len = estimateNameValuePairLen(nvp); in formatNameValuePair()
370 protected int estimateNameValuePairLen(final NameValuePair nvp) { in estimateNameValuePairLen() method in BasicHeaderValueFormatter
/external/apache-http/api/
Dcurrent.txt3485 method @Deprecated protected int estimateNameValuePairLen(org.apache.http.NameValuePair);