HomeSort by: relevance | last modified time | path
    Searched refs:charsets (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
print-vt-chars.pl 45 our %charsets;
115 $charsets{$mixed} = \%charset;
126 %result = %{ $charsets{$mixed} };
257 Charsets are determined by the VT-level (currently VT${vt_level}xx):
263 foreach my $key ( sort( keys %charsets ) ) {
264 my %charset = %{ $charsets{$key} };
  /xsrc/external/mit/fontconfig/dist/doc/
fccharset.fncs 79 @PURPOSE@ Compare two charsets
89 @PURPOSE@ Intersect charsets
99 @PURPOSE@ Add charsets
108 @PURPOSE@ Subtract charsets
118 @PURPOSE@ Merge charsets
149 @PURPOSE@ Intersect and count charsets
158 @PURPOSE@ Subtract and count charsets
  /xsrc/external/mit/xterm/dist/
gen-charsets.pl 2 # $XTermId: gen-charsets.pl,v 1.41 2024/10/03 22:01:13 tom Exp $
34 # Format/maintain xterm's charsets.h header.
45 our $head_file = "charsets.h";
46 our $data_file = "charsets.dat";
107 # into the form used in charsets.c for converting characters.
255 # Read the current charsets data file, and format a new charsets.h file.
412 -x update charsets.h from $data_file
charsets.c 1 /* $XTermId: charsets.c,v 1.129 2024/10/03 22:21:32 tom Exp $ */
39 #include <charsets.h>
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcUTF8.c 510 XlcCharSet *charsets = codeset_list[i]->charset_list; local
513 const char *name = charsets[j]->encoding_name;

Completed in 8 milliseconds