Searched refs:utf16 (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutf16.c19 * $Id: utf16.c,v 1.8 2003/04/19 00:14:33 rob Exp $
31 # include "utf16.h"
35 * NAME: utf16->length()
36 * DESCRIPTION: return the number of ucs4 chars represented by a utf16 string
38 id3_length_t id3_utf16_length(id3_utf16_t const *utf16) argument
42 while (*utf16) {
43 if (utf16[0] < 0xd800 || utf16[0] > 0xdfff)
45 else if (utf16[0] >= 0xd800 && utf16[
61 id3_utf16_size(id3_utf16_t const *utf16) argument
75 id3_utf16_ucs4duplicate(id3_utf16_t const *utf16) argument
90 id3_utf16_decodechar(id3_utf16_t const *utf16, id3_ucs4_t *ucs4) argument
114 id3_utf16_encodechar(id3_utf16_t *utf16, id3_ucs4_t ucs4) argument
139 id3_utf16_decode(id3_utf16_t const *utf16, id3_ucs4_t *ucs4) argument
150 id3_utf16_encode(id3_utf16_t *utf16, id3_ucs4_t const *ucs4) argument
161 id3_utf16_put(id3_byte_t **ptr, id3_utf16_t utf16, enum id3_utf16_byteorder byteorder) argument
191 id3_utf16_t utf16; local
222 id3_utf16_t utf16[2], *out; local
249 id3_utf16_t *utf16ptr, *utf16; local
[all...]
H A Ducs4.c33 # include "utf16.h"
72 * DESCRIPTION: return the encoding size of a utf16-encoded ucs4 string
137 * DESCRIPTION: duplicate and encode a ucs4 string into utf16
141 id3_utf16_t *utf16; local
143 utf16 = malloc(id3_ucs4_utf16size(ucs4) * sizeof(*utf16));
144 if (utf16)
145 id3_utf16_encode(utf16, ucs4);
147 return release(utf16);
H A DMakefile.am81 libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c \
84 version.h ucs4.h latin1.h utf16.h utf8.h \
H A DMakefile.in149 libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c \
152 version.h ucs4.h latin1.h utf16.h utf8.h \
174 am__libid3tag_la_SOURCES_DIST = version.c ucs4.c latin1.c utf16.c utf8.c \
176 crc.c util.c tag.c file.c version.h ucs4.h latin1.h utf16.h \
182 am_libid3tag_la_OBJECTS = version.lo ucs4.lo latin1.lo utf16.lo utf8.lo \
196 @AMDEP_TRUE@ ./$(DEPDIR)/ucs4.Plo ./$(DEPDIR)/utf16.Plo \
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf16.Plo@am__quote@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutf16.c19 * $Id: utf16.c,v 1.8 2003/04/19 00:14:33 rob Exp $
31 # include "utf16.h"
35 * NAME: utf16->length()
36 * DESCRIPTION: return the number of ucs4 chars represented by a utf16 string
38 id3_length_t id3_utf16_length(id3_utf16_t const *utf16) argument
42 while (*utf16) {
43 if (utf16[0] < 0xd800 || utf16[0] > 0xdfff)
45 else if (utf16[0] >= 0xd800 && utf16[
61 id3_utf16_size(id3_utf16_t const *utf16) argument
75 id3_utf16_ucs4duplicate(id3_utf16_t const *utf16) argument
90 id3_utf16_decodechar(id3_utf16_t const *utf16, id3_ucs4_t *ucs4) argument
114 id3_utf16_encodechar(id3_utf16_t *utf16, id3_ucs4_t ucs4) argument
139 id3_utf16_decode(id3_utf16_t const *utf16, id3_ucs4_t *ucs4) argument
150 id3_utf16_encode(id3_utf16_t *utf16, id3_ucs4_t const *ucs4) argument
161 id3_utf16_put(id3_byte_t **ptr, id3_utf16_t utf16, enum id3_utf16_byteorder byteorder) argument
191 id3_utf16_t utf16; local
222 id3_utf16_t utf16[2], *out; local
249 id3_utf16_t *utf16ptr, *utf16; local
[all...]
H A Ducs4.c33 # include "utf16.h"
72 * DESCRIPTION: return the encoding size of a utf16-encoded ucs4 string
137 * DESCRIPTION: duplicate and encode a ucs4 string into utf16
141 id3_utf16_t *utf16; local
143 utf16 = malloc(id3_ucs4_utf16size(ucs4) * sizeof(*utf16));
144 if (utf16)
145 id3_utf16_encode(utf16, ucs4);
147 return release(utf16);
H A DMakefile.am81 libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c \
84 version.h ucs4.h latin1.h utf16.h utf8.h \
H A DMakefile.in143 libid3tag_la_SOURCES = version.c ucs4.c latin1.c utf16.c utf8.c \
146 version.h ucs4.h latin1.h utf16.h utf8.h \
168 am__libid3tag_la_SOURCES_DIST = version.c ucs4.c latin1.c utf16.c utf8.c \
170 crc.c util.c tag.c file.c version.h ucs4.h latin1.h utf16.h \
176 am_libid3tag_la_OBJECTS = version.lo ucs4.lo latin1.lo utf16.lo utf8.lo \
190 @AMDEP_TRUE@ ./$(DEPDIR)/ucs4.Plo ./$(DEPDIR)/utf16.Plo \
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf16.Plo@am__quote@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmltok.c1251 unsigned short utf16[256]; member in struct:unknown_encoding
1332 unsigned short c = uenc->utf16[(unsigned char)**fromP];
1365 e->utf16[i] = 0xFFFF;
1374 e->utf16[i] = 0;
1384 e->utf16[i] = (unsigned short)(c == 0 ? 0xFFFF : c);
1389 e->utf16[i] = 0xFFFF;
1403 e->utf16[i] = (unsigned short)c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi.c836 efi_char16_t *utf16, name_utf16[32]; local
843 utf16 = name_utf16;
846 *utf16++ = *s++ & 0x7f;
847 *utf16 = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c[all...]

Completed in 510 milliseconds