OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHARSETS
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/com/kenai/jbosh/
Attributes.java
39
static final BodyQName
CHARSETS
= BodyQName.createBOSH("
charsets
");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py
36
CHARSETS
= {
97
# Map
charsets
to their Unicode codec strings.
136
CHARSETS
[charset] = (header_enc, body_enc, output_charset)
205
# RFC 2046, $4.1.2 says
charsets
are not case sensitive. We coerce to
218
if not (input_charset in ALIASES or input_charset in
CHARSETS
):
227
henc, benc, conv =
CHARSETS
.get(self.input_charset,
388
multibyte
charsets
in email bodies, so this is usually pretty safe.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py
36
CHARSETS
= {
97
# Map
charsets
to their Unicode codec strings.
136
CHARSETS
[charset] = (header_enc, body_enc, output_charset)
205
# RFC 2046, $4.1.2 says
charsets
are not case sensitive. We coerce to
218
if not (input_charset in ALIASES or input_charset in
CHARSETS
):
227
henc, benc, conv =
CHARSETS
.get(self.input_charset,
388
multibyte
charsets
in email bodies, so this is usually pretty safe.
Completed in 149 milliseconds