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

123

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Dcheck-stateless5 charset="$2"
9 ./table-from "$charset" > tmp-"$charset".TXT
12 ./table-to "$charset" | sort > tmp-"$charset".INVERSE.TXT
15 cmp "${srcdir}"/"$charset".TXT tmp-"$charset".TXT 2> /dev/null
18 sed -e '/ .* 0x/d' < "${srcdir}"/"$charset".TXT > tmp-noprecomposed-"$charset".TXT
19 if test -f "${srcdir}"/"$charset"
[all...]
H A Dcheck-stateful5 charset="$2"
7 ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charset"-snippet > tmp-snippet
8 cmp "${srcdir}"/"$charset"-snippet.UTF-8 tmp-snippet
9 ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charset"-snippet.UTF-8 > tmp-snippet
10 cmp "${srcdir}"/"$charset"-snippet tmp-snippet
H A Dtable-to.c32 const char* charset; local
37 fprintf(stderr,"Usage: table-to charset\n");
40 charset = argv[1];
42 cd = iconv_open(charset,"UCS-4-INTERNAL");
50 bmp_only = (strcmp(charset,"UTF-8") == 0 || strcmp(charset,"GB18030") == 0);
H A Dtable-from.c99 const char* charset; local
104 fprintf(stderr,"Usage: table-from charset\n");
107 charset = argv[1];
109 cd = iconv_open("UCS-4-INTERNAL",charset);
117 bmp_only = (strcmp(charset,"UTF-8") == 0 || strcmp(charset,"GB18030") == 0);
118 search_depth = (strcmp(charset,"UTF-8") == 0 ? 3 : 4);
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/lib/
H A DMakefile.msvc86 # Set to charset.res in order to include the resources information.
88 # RESOURCES = charset.res
90 all : charset.lib
97 charset.lib : $(OBJECTS)
98 -$(RM) charset.lib
99 $(AR) $(AR_FLAGS)charset.lib $(OBJECTS)
103 # charset.dll and iconv.lib are created together.
104 charset.lib : $(OBJECTS) $(RESOURCES)
107 #charset.res : $(srcdir)/../windows/charset
[all...]
H A DMakefile.in50 all : libcharset.la charset.alias ref-add.sed ref-del.sed
58 charset.alias: $(srcdir)/config.charset
59 $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
75 test -f $(libdir)/charset.alias && orig=$(libdir)/charset.alias \
76 || orig=charset.alias; \
77 sed -f ref-add.sed $$orig > $(libdir)/t-charset.alias; \
78 $(INSTALL_DATA) $(libdir)/t-charset.alias $(libdir)/charset
[all...]
H A DMakefile50 all : libcharset.la charset.alias ref-add.sed ref-del.sed
58 charset.alias: $(srcdir)/config.charset
59 $(SHELL) $(srcdir)/config.charset 'i686-pc-linux-gnu' > t-$@
75 test -f $(libdir)/charset.alias && orig=$(libdir)/charset.alias \
76 || orig=charset.alias; \
77 sed -f ref-add.sed $$orig > $(libdir)/t-charset.alias; \
78 $(INSTALL_DATA) $(libdir)/t-charset.alias $(libdir)/charset
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/tools/
H A Dall-charsets-X1124 charset=`LC_ALL=$lc ./locale_charset 2>/dev/null || echo '<error>'`
27 "$lc" "$charmap" "$codeset" "$charset" "$x11encoding"
H A Dall-charsets17 charset=`LC_ALL=$lc ./locale_charset 2>/dev/null || echo '<error>'`
18 case "$charset" in
33 "$lc" "$charmap" "$codeset" "$charset" "$comment"
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnls.h10 char *charset; member in struct:nls_table
20 /* this value hold the maximum octet of charset */
H A Dirda.h128 __u8 charset; /* Charset used for description */ member in struct:irda_device_info
149 __u8 charset; member in struct:irda_ias_set::__anon11203::__anon11205
H A Dvideotext.h91 int charset; /* national charset */ member in struct:__anon11566
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnls.h10 char *charset; member in struct:nls_table
20 /* this value hold the maximum octet of charset */
H A Dirda.h128 __u8 charset; /* Charset used for description */ member in struct:irda_device_info
149 __u8 charset; member in struct:irda_ias_set::__anon6789::__anon6791
H A Dvideotext.h91 int charset; /* national charset */ member in struct:__anon7160
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Ddiscovery.h63 __u8 charset; /* Encoding of nickname */ member in struct:discovery_t
H A Dirias_object.h59 int charset; /* Only used by string type */ member in struct:ias_value
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Ddiscovery.h63 __u8 charset; /* Encoding of nickname */ member in struct:discovery_t
H A Dirias_object.h59 int charset; /* Only used by string type */ member in struct:ias_value
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/
H A DMakefile.in83 $(RM) lib/charset.alias lib/libcharset.*
92 $(RM) lib/charset.alias lib/libcharset.*
101 $(RM) lib/charset.alias lib/libcharset.*
112 $(RM) lib/charset.alias lib/libcharset.*
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_unicode.c73 jERROR(1, ("charset = %s, char = 0x%x\n",
74 codepage->charset, (unsigned char) *from));
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A DUploading.asp5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dloadmsgcat.c777 entry does not exist or if this does not contain the `charset='
778 information, we will assume the charset matches the one the
803 charsetstr = strstr (nullentry, "charset=");
807 char *charset; local
810 charsetstr += strlen ("charset=");
813 charset = (char *) alloca (len + 1);
815 *((char *) mempcpy (charset, charsetstr, len)) = '\0';
817 memcpy (charset, charsetstr, len);
818 charset[len] = '\0';
821 /* The output charset shoul
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls/
H A Dnls_base.c202 static struct nls_table *find_nls(char *charset) argument
207 if (! strcmp(nls->charset, charset))
215 struct nls_table *load_nls(char *charset) argument
223 nls = find_nls(charset);
228 if (strlen(charset) > sizeof(buf) - sizeof("nls_")) {
229 printk("Unable to load NLS charset %s: name too long\n",
230 charset);
234 sprintf(buf, "nls_%s", charset);
237 printk("Unable to load NLS charset
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls.orig/
H A Dnls_base.c202 static struct nls_table *find_nls(char *charset) argument
207 if (! strcmp(nls->charset, charset))
215 struct nls_table *load_nls(char *charset) argument
223 nls = find_nls(charset);
228 if (strlen(charset) > sizeof(buf) - sizeof("nls_")) {
229 printk("Unable to load NLS charset %s: name too long\n",
230 charset);
234 sprintf(buf, "nls_%s", charset);
237 printk("Unable to load NLS charset
[all...]

Completed in 189 milliseconds

123