Searched refs:charsets (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-bodies.el64 "Alist of MIME charsets to encodings.
78 list of MULE charsets found is returned.
104 (let ((charsets (mm-find-mime-charset-region (point-min) (point-max)
105 mm-hack-charsets)))
108 ((null charsets)
110 ;; Too many charsets.
111 ((> (length charsets) 1)
112 charsets)
116 (setq charset (car charsets))
247 (eq 'gnus-all mail-parse-ignored-charsets)
[all...]
H A Dmm-util.el379 charsets on demand. If supported by your Emacs version, you
430 ;; Fixme: some of the cars here aren't valid MIME charsets. That
489 (coding-system-get 'mule-utf-8 'safe-charsets))))))
490 "Alist of MIME-charset/MULE-charsets.")
496 with Mule charsets. It is completely useless for Emacs."
525 (coding-system-get cs 'safe-charsets))))
530 (defvar mm-hack-charsets '(iso-8859-15 iso-2022-jp-2)
531 "A list of special charsets.
592 (if (and (fboundp 'find-coding-systems-for-charsets)
595 (find-coding-systems-for-charsets (lis
[all...]
H A Drfc2047.el118 "Alist of MIME charsets to RFC2047 encodings.
309 (let ((charsets
316 (and charsets
317 (not (equal charsets (list (car message-posting-charset))))))))
646 ;; For the charsets that don't have a preferred
892 (eq 'gnus-all mail-parse-ignored-charsets)
893 (memq 'gnus-all mail-parse-ignored-charsets)
894 (memq charset mail-parse-ignored-charsets))
902 (listp mail-parse-ignored-charsets)
903 (memq 'gnus-unknown mail-parse-ignored-charsets))
[all...]
H A Dmml.el138 one charsets.")
173 (let (struct tag point contents charsets warn use-ascii no-markup-p raw)
230 charsets (cond
237 mm-hack-charsets))))
238 (when (and (not raw) (memq nil charsets))
249 (setq charsets (delq nil charsets))
254 (< (length charsets) 2))
260 (let ((nstruct (mml-parse-singlepart-with-multiple-charsets
275 (defun mml-parse-singlepart-with-multiple-charsets
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormDataBuilder.cpp88 Vector<String> charsets; local
89 normalizedAcceptCharset.split(' ', charsets);
93 Vector<String>::const_iterator end = charsets.end();
94 for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcharset.c60 /* Declaration of special charsets. The values are set by
556 charsets. If there's no such charset, the value of the entry
799 /* Return information about charsets in the text at PTR of NBYTES
804 1: No charsets other than ascii eight-bit-control,
811 table TABLE if supplied. For invalid charsets, set CHARSETS[1] to
815 find_charset_in_text (ptr, nchars, nbytes, charsets, table)
817 int nchars, nbytes, *charsets;
822 if (charsets && nbytes > 0)
834 charsets[CHARSET_ASCII] = 1;
836 charsets[CHARSET_8_BIT_CONTRO
892 int charsets[MAX_CHARSET + 1]; variable
914 stop_byte - from_byte, charsets, table); variable
948 int charsets[MAX_CHARSET + 1]; variable
956 SBYTES (str), charsets, table); variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/win/
H A DTextCodecWin.cpp67 // Usage: a map that stores charsets that are supported by system. Sorted by name.
127 const HashMap<String, CharsetInfo>& charsets = knownCharsets(); local
128 HashMap<String, CharsetInfo>::const_iterator i = charsets.find(name);
129 return i == charsets.end() ? CP_ACP : i->value.m_codePage;
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule-diag.el105 This is mis-named for historical reasons. The charsets are actually
107 charsets, i.e. what Emacs can read (or write) by mapping to (or
108 from) Emacs internal charsets that typically correspond to a limited
109 set of ISO charsets.
116 CHARSET-LIST is a list of Emacs charsets into which characters of
192 ;; Insert non-directly-supported charsets.
457 (charsets (nth 1 slot))
464 (if charsets
466 (mapconcat #'symbol-name charsets ", ")
503 This can list both Emacs `official' (ISO standard) charsets an
[all...]
H A Dfontset.el258 "Alist of font names vs list of charsets the font can display.
262 which uses the specified font for the corresponding charsets are
415 "Complement FONTLIST for charsets based on XLFD-FIELDS and return it.
417 FONTLIST is an alist of charsets vs the corresponding font names.
425 If a font specifid for ASCII supports the other charsets (see the
438 ;; If the font for ASCII also supports the other charsets, and
455 (let ((charsets (cdr elt))
457 (while charsets
458 (setq charset (car charsets) charsets (cd
[all...]
H A Dcodepage.el37 ;; Emacs internally works with the usual MULE charsets, and the
109 `((safe-charsets ascii eight-bit-control eight-bit-graphic ,iso-name)
585 ;; For charsets other than ascii, eight-bit-* and ISO-NAME, set
586 ;; `?' for one-column charsets, and some Japanese character for
587 ;; wide-column charsets. CCL encoder convert that Japanese
595 (charsets (delq 'ascii
601 (while charsets
602 (aset tbl (make-char (car charsets))
603 (if (= (charset-width (car charsets)) 1) undef wide-column-char))
604 (setq charsets (cd
[all...]
H A Dmule-cmds.el518 (defun find-coding-systems-for-charsets (charsets)
524 (cond ((or (null charsets)
525 (and (= (length charsets) 1)
526 (eq 'ascii (car charsets))))
528 ((or (memq 'eight-bit-control charsets)
529 (memq 'eight-bit-graphic charsets))
534 (while (and codings charsets)
535 (setq charset (car charsets) charsets (cd
[all...]
H A Dcharacters.el118 (let ((charsets '(arabic-iso8859-6
122 (while charsets
123 ;; (modify-syntax-entry (make-char (car charsets)) "w")
124 (modify-category-entry (make-char (car charsets)) ?b)
125 (setq charsets (cdr charsets))))
551 ;; Indian character set (IS 13194 and other Emacs original Indian charsets)
1345 ;; Setup auto-fill-chars for charsets that should invoke auto-filling.
1347 ;; property on the charsets.
H A Ducs-tables.el31 ;; emacs-mule characters from the iso-8859 charsets (and others). It
35 ;; iso8859 charsets and the emacs-unicode charsets and a table that
45 ;; which are supposed to contain distinct 8859 charsets. Also, it can
50 ;; These could be extended to non-iso-8859 charsets. However 8859 is
52 ;; Greek occurs in as many as nine Emacs charsets.
60 ;; Cyrillic into 8859 charsets.
86 ...-iso8859-... charsets to their Unicode code points. This is a
92 ...-iso8859-... charsets to characters from the
93 mule-unicode-... charsets
[all...]
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A DAFPUsers.c75 static const struct charset_info charsets[] = { local
81 size_t charsets_size = sizeof(charsets) / sizeof(charsets[0]);
105 info = charsets + charsetidx;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dselect.el238 (let ((charsets (find-charset-string str)))
239 (setq charsets
243 (delq 'eight-bit-graphic charsets)))))
244 (if charsets
H A Dps-mule.el217 "Alist of charsets with the corresponding font information.
680 ;; List of charsets of multi-byte characters in a text being printed.
1350 (defvar ps-mule-header-charsets nil)
1362 (when ps-mule-header-charsets
1363 (if (eq (car ps-mule-header-charsets) 'latin-iso8859-1)
1376 (ps-mule-current-charset (car ps-mule-header-charsets))
1394 (let ((charsets (list 'ascii (car ps-mule-header-charsets)))
1398 (or (memq (char-charset (aref string i)) charsets)
1404 (defun ps-mule-show-warning (charsets fro
[all...]
H A Dfiles.el952 (let ((charsets (find-charset-string filename)))
953 (and (not (memq 'eight-bit-control charsets))
954 (not (memq 'eight-bit-graphic charsets)))))
/macosx-10.9.5/cups-372.4/cups/test/
H A Drun-stp-tests.sh437 if test -d /usr/share/cups/charsets; then
438 ln -s /usr/share/cups/charsets /tmp/cups-$user/share
H A Dippserver.c1057 static const char * const charsets[] =/* charset-supported values */ local
1303 "charset-supported", sizeof(charsets) / sizeof(charsets[0]),
1304 NULL, charsets);
/macosx-10.9.5/less-23/less/
H A Dcharset.c36 } charsets[] = { variable in typeref:struct:charset
188 * The valid charset names are listed in the "charsets" array.
211 for (p = charsets; p->name != NULL; p++)
/macosx-10.9.5/screen-22/screen/
H A Dencoding.c51 char *charsets; member in struct:encoding
1123 c = encodings[encoding].charsets;
1132 p->w_FontE = encodings[encoding].charsets[1];
/macosx-10.9.5/vim-53/src/
H A Dgui_photon.c72 /* Used for converting to/from utf-8 and other charsets */
1090 } charsets[] = { local
1097 for( i = 0; i < ARRAY_LENGTH( charsets ); i++ )
1099 if( new_encoding == charsets[ i ].encoding )
1100 charset = charsets[ i ].name;
H A Dhardcopy.c1083 /* Japanese encodings and charsets */
1115 /* Simplified Chinese encodings and charsets */
1151 /* Traditional Chinese encodings and charsets */
1188 /* Korean encodings and charsets */
1211 /* Collections of encodings and charsets for multi-byte printing */
1217 struct prt_ps_charset_S *charsets; member in struct:prt_ps_mbfont_S
2437 p_mbchar = p_cmap->charsets;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c232 static const char * const charsets[] =/* charset-supported values */ local
404 "charset-supported", sizeof(charsets) / sizeof(charsets[0]),
405 NULL, charsets);
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dparse_url.c28 #include <charsets.h>

Completed in 313 milliseconds

12