HomeSort by relevance Sort by last modified time
    Searched refs:charSet (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/http/multipart/
PartBase.java 48 private String charSet;
58 * @param charSet The character encoding, or <code>null</code>
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) {
68 this.charSet = charSet;
97 return this.charSet;
112 * @param charSet the character encoding, or <code>null</code> to exclude the character
115 public void setCharSet(String charSet) {
116 this.charSet = charSet;
    [all...]
StringPart.java 58 /** Default charset of string parameters*/
75 * @param charset the charset to be used to encode the string, if <code>null</code>
78 public StringPart(String name, String value, String charset) {
83 charset == null ? DEFAULT_CHARSET : charset,
107 * Gets the content in bytes. Bytes are lazily created to allow the charset to be changed
145 public void setCharSet(String charSet) {
146 super.setCharSet(charSet);
Part.java 109 /** Content charset */
110 protected static final String CHARSET = "; charset=";
112 /** Content charset as a byte array */
114 EncodingUtils.getAsciiBytes(CHARSET);
236 String charSet = getCharSet();
237 if (charSet != null) {
239 out.write(EncodingUtils.getAsciiBytes(charSet));
  /external/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 255 milliseconds