Searched refs:utf16 (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ConvertUTF.h | 334 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16); 336 std::error_code CurCPToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16); 337 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len, 340 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_test.py | 44 utf16 = 0 55 result.breaks_utf16.append(utf16) 79 utf16 += int(c.encode("utf-16-le").__len__() / 2)
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-encodings.txt | 4 # RUN: diff -u diff-in.utf16 diff-in.bin && false || true 10 # RUN: cat diff-in.bin | diff -u diff-in.utf16 - && false || true
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | magic.t | 28 my $utf16 = find_encoding('UTF-16LE'); 59 foreach my $obj ($ascii, $latin1, $utf8, $utf16) { 67 is($output, ((defined $str and $obj == $utf16) ? encode("UTF-16LE", $str) : $str), "$func returns correct \$output string"); 69 foreach my $obj ($ascii, $latin1, $utf8, $utf16) { 72 my $input_str = ((defined $str and $obj == $utf16) ? encode("UTF-16LE", $str) : $str);
|
| H A D | guess.t | 27 my $utf16 = encode('UTF-16', $utf8on); 36 is(guess_encoding($utf16)->name, 'UTF-16', 'UTF-16');
|
| H A D | unibench.pl | 29 $S{utf16}{$sz}{$cp} = encode('UTF-16BE', $S{utf8}{$sz}{$cp});
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1493 llvm::SmallVectorImpl<wchar_t> &utf16) { 1497 original.size(), utf16.begin(), 0); 1503 utf16.reserve(len + 1); 1504 utf16.resize_for_overwrite(len); 1508 original.size(), utf16.begin(), utf16.size()); 1515 // Make utf16 null terminated. 1516 utf16.push_back(0); 1517 utf16.pop_back(); 1523 llvm::SmallVectorImpl<wchar_t> &utf16) { 1524 return CodePageToUTF16(CP_UTF8, utf8, utf16); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/ |
| H A D | PP.pm | 842 my $utf16; 857 if ($utf16) { 881 $utf16 = $u; 885 unless (defined $utf16) { 889 $s .= _decode_surrogates($utf16, $u) || next; 890 $utf16 = undef; 893 if (defined $utf16) {
|
| /openbsd-src/lib/libexpat/lib/ |
| H A D | xmltok.c | 1313 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()
|
| /openbsd-src/gnu/usr.bin/perl/t/ |
| H A D | TEST | 143 utf16 => \$::with_utf16,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
| H A D | Man.pm | 103 utf16 => 'utf-16',
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5200delta.pod | 2326 check.third check.utf16 check.utf8 coretest minitest.prep 2327 minitest.utf16 perl.config.dashg perl.config.dashpg 2332 test.torture test.utf16 test.utf8 test_notty.deparse 2334 test_prep.valgrind torturetest ucheck ucheck.third ucheck.utf16 2335 ucheck.valgrind utest utest.third utest.utf16 utest.valgrind
|
| H A D | perlunicode.pod | 1490 U+D800..U+DFFF +++++ utf16 surrogates, not legal utf8 +++++
|