Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 25 of 145) sorted by relevance

123456

/openbsd/src/usr.sbin/wsfontload/
Dwsfontload.c69 } encodings[] = { variable
157 encodings[f.encoding].name, in main()
246 for (i = 0; i < sizeof(encodings) / sizeof(encodings[0]); i++) in getencoding()
247 if (!strcmp(name, encodings[i].name)) in getencoding()
248 return (encodings[i].val); in getencoding()
/openbsd/src/sbin/kbd/
Dkbd_wscons.c104 encoding = encs->encodings[i]; in kbd_show_enc()
135 encs->encodings = reallocarray(encs->encodings, in kbd_get_encs()
137 if (encs->encodings == NULL) in kbd_get_encs()
212 if (encs[t].encodings == NULL) in kbd_list()
228 free(encs[i].encodings); in kbd_list()
/openbsd/src/lib/libexpat/lib/
Dxmltok_ns.c57 static const ENCODING *const NS(encodings)[] = { variable
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in NS()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in NS()
108 return NS(encodings)[i]; in NS()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
DSupported.pod43 encodings have state, "Encode" uses an encoding object internally
48 As of Perl 5.8.0, at least the following encodings are recognized.
59 The following encodings are always available.
76 =head2 Encode::Unicode -- other Unicode encodings
101 Encode::Byte implements most single-byte encodings except for
102 Symbols and EBCDIC. The following encodings are based on single-byte
103 encodings implemented as extended ASCII. Most of them map
158 Macintosh encodings don't seem to be registered in such entities as
273 Due to the size concerns, additional Chinese encodings below are
285 =item Encode::JIS2K -- JIS X 0213 encodings via CPAN
[all …]
DPerlIO.pod40 and is sufficient to handle native 8-bit encodings e.g. iso-8859-1,
41 EBCDIC etc. and any legacy mechanisms for handling other encodings
101 encodings such as ISO-2022-JP.
117 in escape-based encodings you can't tell if a given octet is a whole
127 Thanks to these efforts most encodings that come with Encode support
128 PerlIO but that still leaves following encodings.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlunitut.pod13 There's a lot to know about character sets, and text encodings. It's probably
19 that there are many different character sets and encodings, and that your
48 Unicode is encoded using several competing encodings, of which UTF-8 is the
55 the same thing, but they're not. There are more Unicode encodings, but much of
66 irrelevant here, and so are encodings. Each character is just that: the
96 Some encodings, like the C<iso-8859> ("latin") range, do not support the full
189 how to use character encodings in Perl in ways that don't break easily.
Dperluniintro.pod87 Because of backward compatibility with legacy encodings, the "a unique
90 be represented differently in several legacy encodings. The
138 bytes. Other encodings
143 For more information about encodings--for instance, to learn what
356 encodings, I/O, and certain special cases:
364 The C<Encode> module knows about many encodings and has interfaces
365 for doing conversions between those encodings:
399 many encodings have several aliases. Note that the C<:utf8> layer
408 L<Encode::Supported> for many encodings supported by the C<Encode>
412 Unicode or legacy encodings does not magically turn the data into
[all …]
Dperlunifaq.pod14 Perl has an abstracted interface for all supported character encodings, so this
19 =head2 What character encodings does Perl support?
21 To find out which character encodings your Perl supports, run:
23 perl -MEncode -le "print for Encode->encodings(':all')"
231 To avoid this warning and to avoid having different output encodings in a single
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td15 // Instruction encodings
19 // Memory Load/Store EVA encodings
30 // load/store left/right EVA encodings
36 // Load-linked EVA, Store-conditional EVA encodings
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DREADME.txt4 * Instruction encodings
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/
DEncode.t22 my @encodings = grep(/iso-?8859/,Encode::encodings());
28 plan tests => 38+$n*@encodings + 2*@source*@destiny*@character_set + 2*@ebcdic_sets*256 + 6 + 3*8;
39 foreach my $enc (qw(symbol dingbats ascii),@encodings)
Disa.t7 my @enc = Encode->encodings(":all");
Dundef.t11 my @names = Encode->encodings(':all');
Dtaint.t14 my @names = Encode->encodings(':all');
Dat-tw.t24 no utf8; # we have raw Chinese encodings here
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/bin/
Dencguess49 print join( "\n", Encode->encodings(":all") );
60 encguess - guess character encodings of files
Dpiconv137 print join( "\n", Encode->encodings(":all") ), "\n";
164 lists all available encodings
238 Lists all available encodings, one per line, in case-insensitive
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DTranscodeSmart.pm16 return Encode::->encodings(':all');
/openbsd/src/usr.bin/file/magdir/
Dunicode6 # encodings can be treated by text patterns.
/openbsd/src/sys/dev/wsfont/
Dwsfont.c723 static const struct wsfont_level1_glyphmap encodings[] = { variable
742 if (font->encoding >= 0 && font->encoding < nitems(encodings)) { in wsfont_map_unichar()
745 &encodings[font->encoding]; in wsfont_map_unichar()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Denc-chars.t71 Confirm that the parser detects multiple encodings and complains.
/openbsd/src/etc/mtree/
DBSD.x11.dist118 encodings
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DREADME.txt110 Small indices may use smaller encodings than large indices.
112 according to their usage frequency to maximize the usage of smaller encodings.
/openbsd/src/gnu/usr.bin/perl/t/
Dloc_tools.pl642 my ($locale_name, $language_codes, $country_codes, $encodings) =
647 my @enc = _decode_encodings($encodings);
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
DEncode.pm73 sub encodings { subroutine

123456