Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/protocol/
DHTTP.java78 public static final String ISO_8859_1 = "ISO-8859-1"; field in HTTP
81 public static final String DEFAULT_CONTENT_CHARSET = ISO_8859_1;
/external/guava/src/com/google/common/base/
DCharsets.java41 public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); field in Charsets