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

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.pm168 Starting in Perl v5.16, any occurrence of C<\N{I<CHARNAME>}> sequences
174 charnames ();">> did not enable C<\N{I<CHARNAME>}>.)
190 C<\N{I<CHARNAME>}>, the string I<CHARNAME> is first looked up in the list of
193 C<:loose> is a variant of C<:full> which allows I<CHARNAME> to be less
197 I<CHARNAME> has the form C<I<SCRIPT>:I<CNAME>>, then I<CNAME> is looked up
200 with script name arguments, then for C<\N{I<CHARNAME>}> the name
201 I<CHARNAME> is looked up as a letter in the given scripts (in the
205 For lookup of I<CHARNAME> inside a given script I<SCRIPTNAME>,
208 SCRIPTNAME CAPITAL LETTER CHARNAME
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables11292 my $CHARNAME = $i++; # character name (e.g. "LATIN CAPITAL LETTER A")
11332 $field_names[$CHARNAME] = 'Perl_Charnames';
11361 # The input field named here $CHARNAME is used to construct the
11629 # is left is to possibly adjust the $CHARNAME field. The names of all the
11632 if ($fields[$CHARNAME] eq '<control>') {
11637 $fields[$NAME] = $fields[$CHARNAME] = "";
11641 $file->carp_bad_line("Expecting a closing range line, not a $fields[$CHARNAME]'. Trying anyway");
11645 elsif (substr($fields[$CHARNAME], 0, 1) ne '<') {
11650 $file->carp_bad_line("Expecting a closing range line, not a $fields[$CHARNAME]'. Trying anyway");
11653 if ($fields[$CHARNAME]
[all...]

Completed in 211 milliseconds