Searched refs:PERL_DECIMAL_DIGIT (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables11297 my $PERL_DECIMAL_DIGIT = $i++; # decimal digit value
11341 $field_names[$PERL_DECIMAL_DIGIT] = 'Perl_Decimal_Digit';
11348 # The $PERL_DECIMAL_DIGIT field does not lead to an official Unicode
11581 if ($fields[$PERL_DECIMAL_DIGIT] ne ""
11591 if ($fields[$PERL_DECIMAL_DIGIT] ne "") {
11592 $file->carp_bad_line("$fields[$PERL_DECIMAL_DIGIT] should equal $fields[$NUMERIC]. Processing anyway") if $fields[$PERL_DECIMAL_DIGIT] != $fields[$NUMERIC];
11593 $file->carp_bad_line("$fields[$PERL_DECIMAL_DIGIT] should be empty since the general category ($fields[$CATEGORY]) isn't 'Nd'. Processing as Decimal") if $fields[$CATEGORY] ne "Nd";
12027 if ($fields[$PERL_DECIMAL_DIGIT] ne "" && $fields[$CATEGORY] ne 'Nd') {
12028 $fields[$PERL_DECIMAL_DIGIT]
[all...]

Completed in 178 milliseconds