Searched refs:unicode (Results 1 - 25 of 251) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/share/utf8/
H A Dutf8.c47 static unsigned char *make_utf8_string(const wchar_t *unicode) argument
55 c = unicode[index++];
67 c = unicode[index++];
75 c = unicode[index++];
88 c = unicode[index++];
150 wchar_t *unicode; local
165 unicode = safe_calloc_((size_t)wchars + 1, sizeof(unsigned short));
166 if(unicode == NULL)
173 strlen(from), unicode, wchars);
176 free(unicode);
192 wchar_t *unicode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/share/utf8/
H A Dutf8.c47 static unsigned char *make_utf8_string(const wchar_t *unicode) argument
55 c = unicode[index++];
67 c = unicode[index++];
75 c = unicode[index++];
88 c = unicode[index++];
150 wchar_t *unicode; local
165 unicode = safe_calloc_((size_t)wchars + 1, sizeof(unsigned short));
166 if(unicode == NULL)
173 strlen(from), unicode, wchars);
176 free(unicode);
192 wchar_t *unicode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/share/utf8/
H A Dutf8.c47 static unsigned char *make_utf8_string(const wchar_t *unicode) argument
55 c = unicode[index++];
67 c = unicode[index++];
75 c = unicode[index++];
88 c = unicode[index++];
150 wchar_t *unicode; local
165 unicode = safe_calloc_((size_t)wchars + 1, sizeof(unsigned short));
166 if(unicode == NULL)
173 strlen(from), unicode, wchars);
176 free(unicode);
192 wchar_t *unicode; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/tests/
H A Dtable-from.c136 const char* unicode = ucs4_decode(out,result); local
137 if (unicode != NULL)
138 printf("0x%02X\t%s\n",i0,unicode);
145 const char* unicode = ucs4_decode(out,result); local
146 if (unicode != NULL)
147 printf("0x%02X%02X\t%s\n",i0,i1,unicode);
154 const char* unicode = ucs4_decode(out,result); local
155 if (unicode != NULL)
156 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
163 const char* unicode local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/tests/
H A Dtable-from.c136 const char* unicode = ucs4_decode(out,result); local
137 if (unicode != NULL)
138 printf("0x%02X\t%s\n",i0,unicode);
145 const char* unicode = ucs4_decode(out,result); local
146 if (unicode != NULL)
147 printf("0x%02X%02X\t%s\n",i0,i1,unicode);
154 const char* unicode = ucs4_decode(out,result); local
155 if (unicode != NULL)
156 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
163 const char* unicode local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/tests/
H A Dtable-from.c136 const char* unicode = ucs4_decode(out,result); local
137 if (unicode != NULL)
138 printf("0x%02X\t%s\n",i0,unicode);
145 const char* unicode = ucs4_decode(out,result); local
146 if (unicode != NULL)
147 printf("0x%02X%02X\t%s\n",i0,i1,unicode);
154 const char* unicode = ucs4_decode(out,result); local
155 if (unicode != NULL)
156 printf("0x%02X%02X%02X\t%s\n",i0,i1,i2,unicode);
163 const char* unicode local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/console-tools/
H A Dloadfont.c160 uint16_t unicode; local
168 unicode = (((uint16_t) inbuf[1]) << 8) + inbuf[0];
171 if (unicode == PSF1_SEPARATOR)
176 unicode = *inbuf++;
177 if (unicode == PSF2_SEPARATOR) {
179 } else if (unicode == PSF2_STARTSEQ) {
180 bb_error_msg_and_die("unicode sequences not implemented");
181 } else if (unicode >= 0xC0) {
182 if (unicode >= 0xFC)
183 unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/console-tools/
H A Dloadfont.c160 uint16_t unicode; local
168 unicode = (((uint16_t) inbuf[1]) << 8) + inbuf[0];
171 if (unicode == PSF1_SEPARATOR)
176 unicode = *inbuf++;
177 if (unicode == PSF2_SEPARATOR) {
179 } else if (unicode == PSF2_STARTSEQ) {
180 bb_error_msg_and_die("unicode sequences not implemented");
181 } else if (unicode >= 0xC0) {
182 if (unicode >= 0xFC)
183 unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/console-tools/
H A Dloadfont.c160 uint16_t unicode; local
168 unicode = (((uint16_t) inbuf[1]) << 8) + inbuf[0];
171 if (unicode == PSF1_SEPARATOR)
176 unicode = *inbuf++;
177 if (unicode == PSF2_SEPARATOR) {
179 } else if (unicode == PSF2_STARTSEQ) {
180 bb_error_msg_and_die("unicode sequences not implemented");
181 } else if (unicode >= 0xC0) {
182 if (unicode >= 0xFC)
183 unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/tools/
H A DMakefile132 iso8859_1.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-1.TXT 8bit_tab_to_h
135 iso8859_2.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-2.TXT 8bit_tab_to_h
138 iso8859_3.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-3.TXT 8bit_tab_to_h
141 iso8859_4.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-4.TXT 8bit_tab_to_h
144 iso8859_5.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-5.TXT 8bit_tab_to_h
147 iso8859_6.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-6.TXT 8bit_tab_to_h
150 iso8859_7.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-7-2003.TXT 8bit_tab_to_h
153 iso8859_8.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-8.TXT 8bit_tab_to_h
156 iso8859_9.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-9.TXT 8bit_tab_to_h
159 iso8859_10.h : $(TABLESDIR)/unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/tools/
H A DMakefile132 iso8859_1.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-1.TXT 8bit_tab_to_h
135 iso8859_2.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-2.TXT 8bit_tab_to_h
138 iso8859_3.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-3.TXT 8bit_tab_to_h
141 iso8859_4.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-4.TXT 8bit_tab_to_h
144 iso8859_5.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-5.TXT 8bit_tab_to_h
147 iso8859_6.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-6.TXT 8bit_tab_to_h
150 iso8859_7.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-7-2003.TXT 8bit_tab_to_h
153 iso8859_8.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-8.TXT 8bit_tab_to_h
156 iso8859_9.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-9.TXT 8bit_tab_to_h
159 iso8859_10.h : $(TABLESDIR)/unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/tools/
H A DMakefile132 iso8859_1.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-1.TXT 8bit_tab_to_h
135 iso8859_2.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-2.TXT 8bit_tab_to_h
138 iso8859_3.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-3.TXT 8bit_tab_to_h
141 iso8859_4.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-4.TXT 8bit_tab_to_h
144 iso8859_5.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-5.TXT 8bit_tab_to_h
147 iso8859_6.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-6.TXT 8bit_tab_to_h
150 iso8859_7.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-7-2003.TXT 8bit_tab_to_h
153 iso8859_8.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-8.TXT 8bit_tab_to_h
156 iso8859_9.h : $(TABLESDIR)/unicode.org-mappings/ISO8859/8859-9.TXT 8bit_tab_to_h
159 iso8859_10.h : $(TABLESDIR)/unicode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A DMakefile9 directory.o misc.o udftime.o unicode.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfsplus/
H A DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/udf/
H A DMakefile9 directory.o misc.o udftime.o unicode.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/
H A DMakefile.am37 SUBDIRS = acl adouble bstring compat cnid dsi iniparser tdb util unicode vfs
56 unicode/libunicode.la \
69 unicode/libunicode.la \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/
H A DMakefile.am37 SUBDIRS = acl adouble bstring compat cnid dsi iniparser tdb util unicode vfs
56 unicode/libunicode.la \
69 unicode/libunicode.la \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/
H A DMakefile.am37 SUBDIRS = acl adouble bstring compat cnid dsi iniparser tdb util unicode vfs
56 unicode/libunicode.la \
69 unicode/libunicode.la \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Didn_win32.c109 WCHAR unicode[IDN_MAX_LENGTH]; local
111 if(IdnToUnicode(0, (wchar_t *)in, -1, unicode, IDN_MAX_LENGTH) == 0) {
116 const char *out_utf8 = _curl_win32_wchar_to_UTF8(unicode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Didn_win32.c109 WCHAR unicode[IDN_MAX_LENGTH]; local
111 if(IdnToUnicode(0, (wchar_t *)in, -1, unicode, IDN_MAX_LENGTH) == 0) {
116 const char *out_utf8 = _curl_win32_wchar_to_UTF8(unicode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Didn_win32.c109 WCHAR unicode[IDN_MAX_LENGTH]; local
111 if(IdnToUnicode(0, (wchar_t *)in, -1, unicode, IDN_MAX_LENGTH) == 0) {
116 const char *out_utf8 = _curl_win32_wchar_to_UTF8(unicode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/unicode/charsets/
H A Dgeneric_cjk.h20 #include <atalk/unicode.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/python/samba/tests/dcerpc/
H A Dunix.py32 self.assertTrue(isinstance(infos[0].homedir, unicode))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/unicode/charsets/
H A Dgeneric_cjk.h20 #include <atalk/unicode.h>

Completed in 307 milliseconds

1234567891011