Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
Dp12_utl.c154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
163 utf32chr = (utf16[0]<<8) | utf16[1]; in bmp_to_utf8()
172 lo = (utf16[2]<<8) | utf16[3]; in bmp_to_utf8()
/netbsd/src/share/i18n/esdb/UTF/
DMakefile.inc9 UTF-16-var= utf16
11 UTF-16BE-var= utf16,big,force
13 UTF-16LE-var= utf16,little,force
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_archive_string_conversion.c84 char *utf16 = p; in unicode_to_utf16be() local
90 archive_be16enc(utf16, ((uc >> 10) & 0x3ff) + 0xD800); in unicode_to_utf16be()
91 archive_be16enc(utf16+2, (uc & 0x3ff) + 0xDC00); in unicode_to_utf16be()
94 archive_be16enc(utf16, uc); in unicode_to_utf16be()
111 char *utf16 = p; in unicode_to_utf16le() local
117 archive_le16enc(utf16, ((uc >> 10) & 0x3ff) + 0xD800); in unicode_to_utf16le()
118 archive_le16enc(utf16+2, (uc & 0x3ff) + 0xDC00); in unicode_to_utf16le()
121 archive_le16enc(utf16, uc); in unicode_to_utf16le()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_string.c2542 const char *utf16 = s; in utf16_to_unicode() local
2554 uc = archive_be16dec(utf16); in utf16_to_unicode()
2556 uc = archive_le16dec(utf16); in utf16_to_unicode()
2557 utf16 += 2; in utf16_to_unicode()
2565 uc2 = archive_be16dec(utf16); in utf16_to_unicode()
2567 uc2 = archive_le16dec(utf16); in utf16_to_unicode()
2572 utf16 += 2; in utf16_to_unicode()
2592 return (((int)(utf16 - s)) * -1); in utf16_to_unicode()
2595 return ((int)(utf16 - s)); in utf16_to_unicode()
2601 char *utf16 = p; in unicode_to_utf16be() local
[all …]
Darchive_write_set_format_iso9660.c2215 int utf16 = (high << 8) | low; in joliet_allowed_char() local
2217 if (utf16 <= 0x001F) in joliet_allowed_char()
2220 switch (utf16) { in joliet_allowed_char()
/netbsd/src/external/mit/expat/dist/lib/
Dxmltok.c1313 unsigned short utf16[256]; member
1384 unsigned short c = uenc->utf16[(unsigned char)**fromP]; in unknown_toUtf16()
1415 e->utf16[i] = 0xFFFF; in XmlInitUnknownEncoding()
1426 e->utf16[i] = 0; in XmlInitUnknownEncoding()
1434 e->utf16[i] = (unsigned short)(c == 0 ? 0xFFFF : c); in XmlInitUnknownEncoding()
1438 e->utf16[i] = 0xFFFF; in XmlInitUnknownEncoding()
1451 e->utf16[i] = (unsigned short)c; in XmlInitUnknownEncoding()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/
DChangeLog11 * Add utf8 <-> utf16 support.
19 * Support utf8 to utf16 conversion.
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dscientific69 # ged.trid.xml ged-utf8.trid.xml ged-utf16.trid.xml
Dfilesystems1578 # number of utf16 characters of loadername
/netbsd/src/crypto/external/bsd/heimdal/dist/
DChangeLog83 * lib/krb5/crypto.c: Use wind_utf8ucs2_length to convert the password to utf16.
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS12369 7a8d6ee38bbf6e99549056f57a4b5890 gcc/testsuite/g++.dg/cpp/utf16-pr41698-1.C
18891 6686b865a1c599be2e092145038169cf gcc/testsuite/g++.dg/ext/utf16-1.C
18892 1f262acf2497c4af664d97e90a6ac7d2 gcc/testsuite/g++.dg/ext/utf16-2.C
18893 3d413c1a115fc49a6eed047d62327241 gcc/testsuite/g++.dg/ext/utf16-3.C
18894 0a6ef4ab71807d0b2205a2066ff0aee2 gcc/testsuite/g++.dg/ext/utf16-4.C
48290 3a9d1a26a5aaeef5defa0d9d1f97bc15 gcc/testsuite/gcc.dg/utf16-1.c
48291 5c528afe636171f8d43e8b0bf4a1c548 gcc/testsuite/gcc.dg/utf16-2.c
48292 a32533b17e250ced05d50a9e8fbf6f1f gcc/testsuite/gcc.dg/utf16-3.c
48293 0bde34f1d5714f120ceb45f0c197e481 gcc/testsuite/gcc.dg/utf16-4.c
100707 02eca89a5d7dac849d7d937649f00c42 libgo/go/unicode/utf16/export_test.go
[all …]