Searched defs:DEFAULT_CHARSET (Results 1 - 15 of 15) sorted by last modified time

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/python/cpython3/Lib/email/
H A Dcharset.py31 DEFAULT_CHARSET = 'us-ascii'
216 def __init__(self, input_charset=DEFAULT_CHARSET):
30 DEFAULT_CHARSET = 'us-ascii' variable
/external/python/cpython2/Lib/email/
H A Dcharset.py30 DEFAULT_CHARSET = 'us-ascii'
204 def __init__(self, input_charset=DEFAULT_CHARSET):
29 DEFAULT_CHARSET = 'us-ascii' variable
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessage.java143 return DEFAULT_CHARSET;
156 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in class:HttpMessage
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DFilePart.java63 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in class:FilePart
89 * {@link #DEFAULT_CHARSET default} is used
138 * {@link #DEFAULT_CHARSET default} is used
172 * {@link #DEFAULT_CHARSET default} is used
H A DStringPart.java59 public static final String DEFAULT_CHARSET = "US-ASCII"; field in class:StringPart
76 * the {@link #DEFAULT_CHARSET default} is used
83 charset == null ? DEFAULT_CHARSET : charset,

Completed in 423 milliseconds