Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 15 of 15) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dmkdeps.pl250 my $ccs;
283 if defined $ccs;
285 $ccs = $2;
304 if (defined $ccs)
306 my @ccs = split / /, $ccs;
307 push @{$ccsenc{$_}}, $encoding foreach (@ccs);
331 my @ccs = sort keys %ccsenc;
332 generate_ccsbi_c (\@ccs);
701 my @ccs = sort keys %ccsenc;
723 foreach my $ccs (@ccs)
[all …]
Dtable.c325 unsigned char ccs; in find_code_speed_8bit() local
335 ccs = tblp[(code & 0x00FF) + idx]; in find_code_speed_8bit()
337 return ccs == 0xFF ? (ucs2_t)INVALC : (ucs2_t)ccs; in find_code_speed_8bit()
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ccs/
Dmktbl.pl175 my ($ccs, $ucs) = ($codes[$CCSCol], $codes[$UCSCol]);
179 unless ($ccs =~ m/^$patt$/)
181 print("Warning (line $ln): $ccs CCS code isn't recognized, skip.\n")
193 $ccs = hex $ccs;
199 . "mark 0x%.4X CCS code as lost.\n", hex $ccs if $Verbose;
211 . "mark 0x%.4X CCS code as lost.\n", hex $ccs) if $Verbose;
217 if ($ccs > 0xFFFF && !defined $Plane)
219 print("Warning (line $ln): $ccs is > 16 bit, plane number should be specified,"
226 next if (($ccs & 0xFFFF0000) >> 16) != hex $Plane; # Skip alien plane.
227 $ccs &= 0xFFFF;
[all …]
Dmeson.build83 'ccs.h',
93 message('libc/iconv/ccs/' + file + ': machine overrides generic')
95 message('libc/iconv/ccs/' + s_file + ': machine overrides generic')
/picolibc-3.7.0-3.6.0/.github/
Ddo-arm5 …Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-external-ccs=true -Dnewlib-nano-…
/picolibc-3.7.0-3.6.0/.github/workflows/
Dvariants9 …Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-external-ccs=true -Dnewlib-nano-…
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/
DCMakeLists.txt37 add_subdirectory(ccs)
Dmeson.build35 libdirs = ['ces', 'ccs', 'lib']
Diconv.tex875 @findex --enable-newlib-iconv-external-ccs
914 The @option{--enable-newlib-iconv-external-ccs} option enables iconv's
922 @option{--enable-newlib-iconv-external-ccs} configure script option was used,
970 The iconv library stores files with CCS tables in the the @emph{ccs/}
972 (@dfn{.cct files}, see the @emph{ccs/binary/} subdirectory) and in form
974 @option{--enable-newlib-iconv-external-ccs} configure script option is enabled.
1233 @option{--enable-newlib-iconv-external-ccs} is used.
1593 @emph{ccs/ccsdeps.h} - the array of linked-in CCS tables is defined
1597 @emph{ccs/ccsnames.h} - this header files contains macro definitions for all
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-2015376 * libc/iconv/ccs/Makefile.am : Ditto.
3937 * libc/iconv/ccs/Makefile.am: Add missing backslash.
3938 * libc/iconv/ccs/Makefile.in: Regenerate.
4928 * libc/iconv/ccs/Makefile.in: Regenerate.
4929 * libc/iconv/ccs/binary/Makefile.in: Regenerate.
5062 * libc/iconv/ccs/binary/Makefile.in: Regenerate.
5063 * libc/iconv/ccs/Makefile.in: Regenerate.
7879 * libc/iconv/ccs/Makefile.in: Ditto.
7880 * libc/iconv/ccs/binary/Makefile.in: Ditto.
10133 * libc/iconv/ccs/Makefile.in: Regenerate.
[all …]
DREADME289 `--enable-newlib-iconv-external-ccs'
/picolibc-3.7.0-3.6.0/doc/
Dbuild.md129 | newlib-iconv-external-ccs | false | Use file system to store iconv tables. Requires fopen. (d…
130 …r/locale | Directory to install external CCS files. Only used with newlib-iconv-external-ccs=true |
/picolibc-3.7.0-3.6.0/
Dmeson_options.txt212 option('newlib-iconv-external-ccs', type: 'boolean', value:false,
DCOPYING.picolibc24 Files: newlib/libc/iconv/ccs/ccs.h
35 Files: newlib/libc/iconv/ccs/mktbl.pl
496 newlib/libc/iconv/ccs/CMakeLists.txt
497 newlib/libc/iconv/ccs/iconv_data/CMakeLists.txt
729 newlib/libc/iconv/ccs/iconv_data/meson.build
929 newlib/libc/iconv/ccs/meson.build
Dmeson.build168 newlib_iconv_external_ccs = get_option('newlib-iconv-external-ccs')