Home
last modified time | relevance | path

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

123456

/openbsd/usr.sbin/wsfontload/
H A 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/sbin/kbd/
H A 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/lib/libexpat/lib/
H A 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/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DSupported.pod59 The following encodings are always available.
76 =head2 Encode::Unicode -- other Unicode encodings
285 =item Encode::JIS2K -- JIS X 0213 encodings via CPAN
301 =head2 Miscellaneous encodings
350 =head1 Unsupported encodings
372 =item Various HP-UX encodings
397 =item Vietnamese encodings VPS
407 =item Various Mac encodings
420 =item (Mac) Indic encodings
434 other Indic encodings, but the above were the only Indic encodings
[all …]
H A 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/gnu/usr.bin/perl/pod/
H A 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.
H A Dperluniintro.pod90 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
412 Unicode or legacy encodings does not magically turn the data into
455 You can switch encodings on an already opened stream by using
473 The naming of encodings, both by the C<open()> and by the C<open>
[all …]
H A 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/gnu/llvm/llvm/lib/Target/Mips/
H A 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/gnu/llvm/llvm/lib/Target/XCore/
H A DREADME.txt4 * Instruction encodings
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A 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)
H A Disa.t7 my @enc = Encode->encodings(":all");
H A Dundef.t11 my @names = Encode->encodings(':all');
H A Dtaint.t14 my @names = Encode->encodings(':all');
H A Dat-tw.t24 no utf8; # we have raw Chinese encodings here
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DTranscodeSmart.pm18 return Encode::->encodings(':all');
/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dencguess49 print join( "\n", Encode->encodings(":all") );
60 encguess - guess character encodings of files
H A 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/usr.bin/file/magdir/
H A Dunicode6 # encodings can be treated by text patterns.
/openbsd/sys/dev/wsfont/
H A 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/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Denc-chars.t76 Confirm that the parser detects multiple encodings and complains.
/openbsd/gnu/usr.bin/perl/t/
H A Dloc_tools.pl526 my ($locale_name, $language_codes, $country_codes, $encodings) =
530 my @enc = _decode_encodings($encodings);
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DFormatIssues.csv16 "`P2419R2 <https://wg21.link/P2419R2>`__","Clarify handling of encodings in localized formatting of…
/openbsd/etc/mtree/
H A DBSD.x11.dist116 encodings
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt110 Small indices may use smaller encodings than large indices.
112 according to their usage frequency to maximize the usage of smaller encodings.

123456