Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ccs/
Dmktbl.pl645 my @ranges; # Code ranges
656 push @ranges, \@tmp;
665 push @ranges, \@tmp;
672 last if ($r == $#ranges);
674 my @r1 = @{$ranges[$r]};
675 my @r2 = @{$ranges[$r + 1]};
709 $ranges[$r] = \@r;
710 splice @ranges, $r+1, 1;
715 foreach (@ranges)
731 for (my $i = 0; $i <= $#ranges; $i++)
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Drunetype.h65 _RuneEntry *ranges; /* Pointer to the ranges */ member
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/
Diconv.tex1116 ("from" codes) on @dfn{ranges} (@dfn{range} is a number of consecutive UCS-2 codes).
1118 ranges. Distinct "from" codes, which have no range (@dfn{unranged codes}, are stored
1176 example, there are two ranges (1 - 5 and 9 - 10), and one unranged code
1178 code (total 16). But it is better to join both ranges as 1 - 10 and
1182 Thus, ranges may contain small gaps. The absent codes in ranges are marked
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20154697 possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid
4700 * libm/common/s_lround.c (lround): Correct some comments on ranges.
4721 possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid
21375 code to handle cases where input fields are outside valid ranges.