Searched defs:getCharset (Results 1 - 12 of 12) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DEntity.java120 public String getCharset() { method in class:Entity
121 return ContentTypeField.getCharset(
H A DMultipart.java172 BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(out, CharsetUtil.getCharset(getCharset())),8192);
198 private String getCharset() { method in class:Multipart
200 String charString = ((ContentTypeField) e.getHeader().getField(Field.CONTENT_TYPE)).getCharset();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DBodyDescriptor.java356 public String getCharset() { method in class:BodyDescriptor
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
H A DContentTypeField.java167 public String getCharset() { method in class:ContentTypeField
178 public static String getCharset(ContentTypeField f) { method in class:ContentTypeField
180 if (f.getCharset() != null && f.getCharset().length() > 0) {
181 return f.getCharset();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DCharsetUtil.java1192 public static java.nio.charset.Charset getCharset(String charsetName) { method in class:CharsetUtil
/packages/services/Telephony/src/org/apache/james/mime4j/
H A DBodyDescriptor.java356 public String getCharset() { method in class:BodyDescriptor
/packages/services/Telephony/src/org/apache/james/mime4j/field/
H A DContentTypeField.java167 public String getCharset() { method in class:ContentTypeField
178 public static String getCharset(ContentTypeField f) { method in class:ContentTypeField
180 if (f.getCharset() != null && f.getCharset().length() > 0) {
181 return f.getCharset();
/packages/services/Telephony/src/org/apache/james/mime4j/util/
H A DCharsetUtil.java1192 public static java.nio.charset.Charset getCharset(String charsetName) { method in class:CharsetUtil
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduPart.java240 public int getCharset() { method in class:PduPart
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPart.java215 public int getCharset() { method in class:PduPart
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java698 if (getCharset() != INVALID_VALUE_PARAMETER) {
701 appParamBuf.put((byte) getCharset());
1258 public int getCharset() { method in class:BluetoothMapAppParams
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 240 milliseconds