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

/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables8057 my $lows_string = ""; # The string representation of the 0-FF
8108 $lows_string .= '^';
8116 $lows_string .= sprintf "\\x00-\\x%02x",
8127 $lows_string .= sprintf "\\x%02x-\\x%02x",
8146 if ($lows_string ne "" && $char =~ /[[:alnum:]]/) {
8147 my $prev = substr($lows_string, -1);
8153 $lows_string .= $char;
8155 elsif ( length $lows_string > 1
8156 && substr($lows_string, -2, 1) eq '-')
8160 substr($lows_string,
[all...]

Completed in 133 milliseconds