Home
last modified time | relevance | path

Searched refs:getDefaultCharset (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java255 return encode(pString, getDefaultCharset()); in encode()
300 return decode(pString, getDefaultCharset()); in decode()
360 public String getDefaultCharset() { in getDefaultCharset() method in QuotedPrintableCodec
DURLCodec.java245 return encode(pString, getDefaultCharset()); in encode()
290 return decode(pString, getDefaultCharset()); in decode()
360 public String getDefaultCharset() { in getDefaultCharset() method in URLCodec
DBCodec.java127 return encode(value, getDefaultCharset()); in encode()
204 public String getDefaultCharset() { in getDefaultCharset() method in BCodec
DQCodec.java210 return encode(pString, getDefaultCharset()); in encode()
287 public String getDefaultCharset() { in getDefaultCharset() method in QCodec