Searched refs:charset (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Dcheck-stateless.cmd15 PARSE ARG srcdir charset
17 '.\table-from 'charset' > tmp-'charset'.TXT'
18 '.\table-to 'charset' | sort > tmp-'charset'.INVERSE.TXT'
19 'cmp 'srcdir'\'charset'.TXT tmp-'charset'.TXT'
21 IF exists(srcdir'\'charset'.IRREVERSIBLE.TXT') = 1 THEN
23 'cat 'srcdir'\'charset'.TXT 'srcdir'\'charset'
[all...]
H A Dcheck-stateful.cmd15 PARSE ARG srcdir charset
17 '..\src\iconv -f 'charset' -t UTF-8 < 'srcdir'\'charset'-snippet > tmp-snippet'
18 'cmp 'srcdir'\'charset'-snippet.UTF-8 tmp-snippet'
19 '..\src\iconv -f UTF-8 -t 'charset' < 'srcdir'\'charset'-snippet.UTF-8 > tmp-snippet'
20 'cmp 'srcdir'\'charset'-snippet tmp-snippet'
H A Dcheck-stateful5 charset="$2"
8 # charset, modified for use in filenames.
9 charsetf=`echo "$charset" | sed -e 's,:,-,g'`
11 ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charsetf"-snippet > tmp-snippet
12 cmp "${srcdir}"/"$charsetf"-snippet.UTF-8 tmp-snippet && echo '[PASS]' $charset 1 || echo '[FAIL]' $charset 1
13 ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charsetf"-snippet.UTF-8 > tmp-snippet
14 cmp "${srcdir}"/"$charsetf"-snippet tmp-snippet && echo '[PASS]' $charset 2 || echo '[FAIL]' $charset 2
H A Dcheck-stateless5 charset="$2"
8 # charset, modified for use in filenames.
9 charsetf=`echo "$charset" | sed -e 's,:,-,g'`
12 ./table-from "$charset" > tmp-"$charsetf".TXT
15 ./table-to "$charset" | sort > tmp-"$charsetf".INVERSE.TXT
18 cmp "${srcdir}"/"$charsetf".TXT tmp-"$charsetf".TXT 2> /dev/null && echo '[PASS]' $charset 1 || echo '[FAIL]' $charset 1
27 cmp tmp-orig-"$charsetf".INVERSE.TXT tmp-"$charsetf".INVERSE.TXT 2> /dev/null && echo '[PASS]' $charset 2 || echo '[FAIL]' $charset 2
33 # ./table-from "$charset" > "
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Dcharset.c69 const char *charset; local
71 charset = nl_langinfo(CODESET);
72 if (charset && *charset) {
76 if (charset[0] != '^')
78 return apr_pstrdup(pool, charset);
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Dcharset.c69 const char *charset; local
71 charset = nl_langinfo(CODESET);
72 if (charset && *charset) {
76 if (charset[0] != '^')
78 return apr_pstrdup(pool, charset);
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dxmlmime.h5 /* Registered charset names are at most 40 characters long. */
9 /* Figure out the charset to use from the ContentType.
11 charset gets the charset to use. It must be at least CHARSET_MAX chars
12 long. charset will be empty if the default charset should be used.
15 void getXMLCharset(const char *buf, char *charset);
H A Dxmlmime.c88 getXMLCharset(const char *buf, char *charset) argument
92 charset[0] = '\0';
96 strcpy(charset, "us-ascii");
104 if (!matchkey(p, next, "xml") && charset[0] == '\0')
111 if (matchkey(p, next, "charset")) {
116 char *s = charset;
121 if (s == charset + CHARSET_MAX - 1) {
122 charset[0] = '\0';
159 printf("charset=\"%s\"\n", buf);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_fnmatch.c71 static int parsekeyword(unsigned char **pattern, unsigned char *charset) argument
103 charset[CURLFNM_DIGIT] = 1;
105 charset[CURLFNM_ALNUM] = 1;
107 charset[CURLFNM_ALPHA] = 1;
109 charset[CURLFNM_XDIGIT] = 1;
111 charset[CURLFNM_PRINT] = 1;
113 charset[CURLFNM_GRAPH] = 1;
115 charset[CURLFNM_SPACE] = 1;
117 charset[CURLFNM_BLANK] = 1;
119 charset[CURLFNM_UPPE
128 setcharset(unsigned char **p, unsigned char *charset) argument
317 unsigned char charset[CURLFNM_CHSET_SIZE] = { 0 }; local
[all...]
/macosx-10.9.5/cups-372.4/cups/test/
H A D4.1-requests.test6 # attributes-charset
21 EXPECT attributes-charset
33 ATTR charset attributes-charset utf-8
39 EXPECT attributes-charset
57 EXPECT attributes-charset
70 ATTR charset attributes-charset utf-8
76 EXPECT attributes-charset
88 ATTR charset attribute
[all...]
H A D4.2-cups-printer-ops.test16 ATTR charset attributes-charset utf-8
26 EXPECT attributes-charset
39 ATTR charset attributes-charset utf-8
47 EXPECT attributes-charset
60 ATTR charset attributes-charset utf-8
68 EXPECT attributes-charset
81 ATTR charset attribute
[all...]
H A Dget-notifications.test29 ATTR charset attributes-charset utf-8
H A D4.4-subscription-ops.test16 ATTR charset attributes-charset utf-8
30 EXPECT attributes-charset
48 ATTR charset attributes-charset utf-8
58 EXPECT attributes-charset
71 ATTR charset attributes-charset utf-8
90 EXPECT attributes-charset
105 ATTR charset attribute
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Denglish.el38 (charset ascii)
H A Dmalayalam.el32 "Malayalam" '((charset mule-unicode-0100-24ff indian-glyph )
H A Dtamil.el32 "Tamil" '((charset mule-unicode-0100-24ff indian-glyph )
H A Ddevanagari.el34 "Devanagari" '((charset indian-is13194 mule-unicode-0100-24ff
H A Dmisc-lang.el36 "IPA" '((charset . (ipa))
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dstrcspn.c38 strcspn(const char *s, const char *charset) argument
59 for (; *charset != '\0'; charset++) {
60 idx = IDX(*charset);
61 bit = BIT(*charset);
H A Dstrspn.c38 strspn(const char *s, const char *charset) argument
58 for (; *charset != '\0'; charset++) {
59 idx = IDX(*charset);
60 bit = BIT(*charset);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-bodies.el52 (defcustom mm-body-charset-encoding-alist
66 :type '(repeat (cons (symbol :tag "charset")
74 (defun mm-encode-body (&optional charset)
77 If there is more than one non-ASCII MULE charset in the body, then the
79 If CHARSET is non-nil, it is used as the MIME charset to encode the body.
80 If successful, the MIME charset is returned.
84 ;; return the value of `mail-parse-charset' if any are found.
85 (or charset
89 (or mail-parse-charset
90 (message-options-get 'mm-encody-body-charset)
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc-font.cxx35 const char *c, // I - Font charset
44 charset = new ppdcString(c);
60 charset->release();
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcharset.c26 /* At first, see the document in `charset.h' to understand the code in
40 #include "charset.h"
78 /* A vector of charset symbol indexed by charset-id. This is used
79 only for returning charset symbol from C functions. */
82 /* A list of charset symbols ever defined. */
98 /* Mapping table from ISO2022's charset (specified by DIMENSION,
99 CHARS, and FINAL-CHAR) to Emacs' charset. */
129 #define SPLIT_MULTIBYTE_SEQ(str, length, bytes, charset, c1, c2) \
134 (charset)
232 int charset, c1, c2; local
295 int c, bytes, charset, c1, c2; local
346 int charset, c1, c2; local
490 int charset = XINT (charset_id); local
607 int charset; local
627 int charset, from, to; local
775 Lisp_Object dimension, chars, final_char, charset; variable
782 CHECK_SYMBOL (charset); variable
843 int bytes, charset, c1, c2; local
974 Lisp_Object charset, code1, code2; variable
978 CHECK_NUMBER (charset); variable
1043 int c, charset, c1, c2; variable
1074 int charset; variable
1094 int charset; variable
1113 int charset, c1, c2; local
1202 int charset; local
1255 int charset = CHAR_CHARSET (c); variable
1442 int charset; variable
[all...]
H A Dcharset.h33 A character set ("charset" hereafter) is a meaningful collection
35 handles multiple charsets at once. Each charset corresponds to one
36 of the ISO charsets. Emacs identifies a charset by a unique
37 identification number, whereas ISO identifies a charset by a triplet
39 "charset" means an identification number (integer value).
42 kinds of charset depending on DIMENSION (1 or 2) and CHARS (94 or
43 96). For instance, a charset of DIMENSION2_CHARS94 contains 94x94
46 Within Emacs Lisp, a charset is treated as a symbol which has a
47 property `charset'. The property value is a vector containing
48 various information about the charset
[all...]
/macosx-10.9.5/man-16/man/src/
H A Dman-iconv.c12 * manpage charset, found in environment variables, or in
13 * PATH/.charset, where PATH is the directory (below that) containing
70 char *old_lc_ctype, *charset; local
72 if ((charset = getenv("MAN_ICONV_OUTPUT_CHARSET")) == NULL) {
74 charset = nl_langinfo(CODESET);
77 return charset;
100 file = my_xsprintf("%s/.charset", path2);
108 file = my_xsprintf("%s/.charset", path);
114 char charset[100], *p; local
116 fgets(charset, sizeo
[all...]

Completed in 749 milliseconds

1234567891011>>