Home
last modified time | relevance | path

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

/mirbsd/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
/mirbsd/src/gnu/usr.bin/perl/t/comp/
Drequire.t174 my $utf16 = pack("$_[0]*", unpack("C*", $_[1]));
175 return @_ == 3 && $_[2] ? pack("$_[0]", 0xFEFF) . $utf16 : $utf16;
/mirbsd/src/gnu/usr.bin/perl/
DMakefile.SH1113 test.utf16 check.utf16 utest.utf16 ucheck.utf16 \
1177 minitest.utf16: minitest.prep
1179 …&& $(LDLIBPTH) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.…
1181 test.utf16 check.utf16: test_prep
1182 PERL=./perl $(MAKE) TEST_ARGS=-utf16 _test
1184 utest.utf16 ucheck.utf16: test_prep
DChanges5.8.6682 Briefly document the test.utf16 make target.
685 Minor tweaks for the test.utf16 target, by Jarkko
/mirbsd/src/lib/libexpat/lib/
Dxmltok.c1243 unsigned short utf16[256]; member
1324 unsigned short c = uenc->utf16[(unsigned char)**fromP]; in unknown_toUtf16()
1357 e->utf16[i] = 0xFFFF; in XmlInitUnknownEncoding()
1366 e->utf16[i] = 0; in XmlInitUnknownEncoding()
1376 e->utf16[i] = (unsigned short)(c == 0 ? 0xFFFF : c); in XmlInitUnknownEncoding()
1381 e->utf16[i] = 0xFFFF; in XmlInitUnknownEncoding()
1395 e->utf16[i] = (unsigned short)c; in XmlInitUnknownEncoding()
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Dguess.t35 my $utf16 = encode('UTF-16', $utf8on);
43 is(guess_encoding($utf16)->name, 'UTF-16', 'UTF-16');
Dunibench.pl29 $S{utf16}{$sz}{$cp} = encode('UTF-16BE', $S{utf8}{$sz}{$cp});
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhack.pod2101 =item minitest.utf16 test.utf16
2106 C<make utest.utf16> runs the test suite with a combination of C<-utf8> and
2107 C<-utf16> arguments to F<t/TEST>.
Dperlopentut.pod926 binmode($fh, ":encoding(utf16)");
Dperltoc.pod5704 check.utf8, minitest.utf16 test.utf16, test_harness, test-notty test_notty