Searched refs:code_points (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | handy_base.pl | 200 my @code_points = (0 .. 256); 206 push @code_points, $range_start - 1, $range_start; 213 push @code_points, ord "\N{ESTIMATED SYMBOL}" if $name =~ /^id(first|cont)/; 215 push @code_points, ord("\N{GREEK ANO TELEIA}"), 220 push @code_points, 0x110000; # Above Unicode, no prop should match 223 for my $n (@code_points) { 420 my @code_points = (0 .. 256); 430 push @code_points, $range_start - 1 431 if $code_points[-1] != $range_start - 1; 432 push @code_points, $range_start; [all …]
|
| H A D | utf8.t | 182 my %code_points = ( 498 $code_points{0x80000000} 502 $code_points{0xFFFFFFFF} 506 $code_points{0x100000000} 510 $code_points{0x1000000000 - 1} 514 $code_points{0x1000000000} 518 $code_points{0x7FFFFFFFFFFFFFFF} 531 $code_points{0x40000000000} 533 $code_points{0x1000000000000} 535 $code_points{0x40000000000000} [all …]
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_test.py | 25 code_points: list[int] = field(default_factory=list) variable in BreakTestItem 52 result.code_points.append(code_point) 205 ", ".join([str(x) for x in line.code_points]), 213 ", ".join([str(x) for x in line.code_points]), 221 ", ".join([str(x) for x in line.code_points]),
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | mk_PL_charclass.pl | 260 my @code_points; 268 @code_points = expand_invlist(\@invlist); 271 @code_points = &$property; 274 @code_points = @{$property}; 277 foreach my $cp (@code_points) {
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | mktables | 7019 my $code_points = ($count == 1) 7055 $cp = "one of the $code_points"; 8515 my $code_points; 8520 $code_points = 'single code point'; 8524 $code_points = "$string_count code points"; 8575 This file returns the $code_points in Unicode Version 8583 This file returns the $code_points in Unicode Version
|