Searched refs:CHARSET_ATTRIBUTE (Results 1 – 1 of 1) sorted by relevance
84 private static final String CHARSET_ATTRIBUTE = "charset"; field in MediaType86 ImmutableListMultimap.of(CHARSET_ATTRIBUTE, Ascii.toLowerCase(UTF_8.name()));403 ImmutableSet<String> charsetValues = ImmutableSet.copyOf(parameters.get(CHARSET_ATTRIBUTE));467 return withParameter(CHARSET_ATTRIBUTE, charset.name());587 return CHARSET_ATTRIBUTE.equals(attribute) ? Ascii.toLowerCase(value) : value;