Searched defs:Charset (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython3/Lib/email/mime/
H A Dtext.py9 from email.charset import Charset namespace
/external/python/cpython3/Lib/test/test_email/
H A Dtest_asian_codecs.py8 from email.charset import Charset namespace
26 j = Charset(jcode)
27 g = Charset(gcode)
H A Dtest_email.py23 from email.charset import Charset namespace
67 charset = Charset('iso-8859-1')
98 charset = Charset('iso-8859-1')
104 charset = Charset('utf-8')
113 charset = Charset('utf-8')
122 charset = Charset('utf-8')
874 g = Charset("iso-8859-1")
875 cz = Charset("iso-8859-2")
876 utf8 = Charset("utf-8")
1668 # Also accept a Charset instanc
[all...]
/external/guava/guava-gwt/src-super/java/nio/charset/
H A DCharset.java24 * A minimal GWT emulation of {@link Charset}.
28 public abstract class Charset implements Comparable<Charset> { class in inherits:Comparable
29 private static final Charset UTF_8 = new Charset("UTF-8") {};
31 private static final SortedMap<String, Charset> AVAILABLE_CHARSETS =
32 new TreeMap<String, Charset>();
37 public static SortedMap<String, Charset> availableCharsets() {
41 public static Charset forName(String charsetName) {
62 Charset charse
71 private Charset(String name) { method in class:Charset
[all...]
/external/python/cpython2/Lib/email/test/
H A Dtest_email_codecs.py9 from email.charset import Charset namespace
26 j = Charset("euc-jp")
27 g = Charset("iso-8859-1")
H A Dtest_email_codecs_renamed.py9 from email.charset import Charset namespace
26 j = Charset("euc-jp")
27 g = Charset("iso-8859-1")
H A Dtest_email_renamed.py16 from email.charset import Charset namespace
85 charset = Charset('iso-8859-1')
116 charset = Charset('iso-8859-1')
576 g = Charset("iso-8859-1")
577 cz = Charset("iso-8859-2")
578 utf8 = Charset("utf-8")
2142 'Charset', 'Encoders', 'Errors', 'Generator',
2259 cset1 = Charset()
2260 cset2 = Charset()
2307 charset = Charset('no
[all...]
H A Dtest_email.py22 from email.Charset import Charset namespace
90 charset = Charset('iso-8859-1')
121 charset = Charset('iso-8859-1')
645 g = Charset("iso-8859-1")
646 cz = Charset("iso-8859-2")
647 utf8 = Charset("utf-8")
2225 'Charset', 'Encoders', 'Errors', 'Generator',
2379 cset1 = Charset()
2380 cset2 = Charset()
[all...]
/external/python/cpython2/Lib/email/
H A Dcharset.py6 'Charset',
117 Optional header_enc and body_enc is either Charset.QP for
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
126 output charset when the method Charset.convert() is called. The default
160 class Charset:
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
182 base64 encoding), or Charset.SHORTEST for the shortest of
187 header encoding. Charset
156 class Charset: class in inherits:
[all...]
H A Dheader.py20 from email.charset import Charset namespace
30 USASCII = Charset('us-ascii')
31 UTF8 = Charset('utf-8')
67 decoded parts of the header. Charset is None for non-encoded parts of the
140 if charset is not None and not isinstance(charset, Charset):
141 charset = Charset(charset)
179 if not isinstance(charset, Charset):
180 charset = Charset(charset)
240 Optional charset, if given, should be a Charset instance or the name
241 of a character set (which will be converted to a Charset instanc
[all...]
/external/python/cpython3/Lib/email/
H A Dcharset.py6 'Charset',
118 Optional header_enc and body_enc is either Charset.QP for
119 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
127 output charset when the method Charset.convert() is called. The default
172 class Charset:
193 Charset.QP (for quoted-printable), Charset.BASE64 (for
194 base64 encoding), or Charset.SHORTEST for the shortest of
199 header encoding. Charset
167 class Charset: class in inherits:
[all...]
H A Dutils.py40 from email.charset import Charset namespace
86 a Charset-like object which has a header_encode method. Default is
97 charset = Charset(charset)
H A Dheader.py21 Charset = _charset.Charset variable
31 USASCII = Charset('us-ascii')
32 UTF8 = Charset('utf-8')
67 parts of the header. Charset is None for non-encoded parts of the header,
175 if charset is not None and not isinstance(charset, Charset):
176 charset = Charset(charset)
215 elif not isinstance(charset, Charset):
216 charset = Charset(charset)
272 Optional charset, if given, should be a Charset instanc
[all...]
H A Dmessage.py20 Charset = _charset.Charset variable
51 # are (charset, language, value). charset is a string, not a Charset
315 if not isinstance(charset, Charset):
316 charset = Charset(charset)
328 charset can be a Charset instance, a string naming a character set, or
329 None. If it is a string it will be converted to a Charset instance.
343 if not isinstance(charset, Charset):
344 charset = Charset(charset)
373 """Return the Charset instanc
[all...]
/external/pdfium/core/fxge/
H A Dcfx_fontmapper.cpp543 int Charset = FX_CHARSET_ANSI; local
545 Charset = GetCharsetFromCodePage(WindowCP);
547 Charset = FX_CHARSET_Symbol;
549 bool bCJK = (Charset == FX_CHARSET_ShiftJIS ||
550 Charset == FX_CHARSET_ChineseSimplified ||
551 Charset == FX_CHARSET_Hangul ||
552 Charset == FX_CHARSET_ChineseTraditional);
610 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily,
628 if (Charset == FX_CHARSET_Symbol) {
641 if (Charset
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
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 ...
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/ ...

Completed in 382 milliseconds