Lines Matching refs:chr
21 $posix_to_upper[$i] = chr($i);
36 $latin1_to_lower[$upper_ord] = chr($lower_ord);
40 $posix_to_lower[$upper_ord] = chr($lower_ord);
48 $latin1_to_upper[$lower_ord] = chr($upper_ord);
49 $latin1_to_title[$lower_ord] = chr($upper_ord);
53 $posix_to_upper[$lower_ord] = chr($upper_ord);
54 $posix_to_title[$lower_ord] = chr($upper_ord);
58 $latin1_to_upper[utf8::unicode_to_native 0xB5] = chr(0x39C);
59 $latin1_to_title[utf8::unicode_to_native 0xB5] = chr(0x39C);
62 $latin1_to_upper[utf8::unicode_to_native 0xFF] = chr(0x178);
63 $latin1_to_title[utf8::unicode_to_native 0xFF] = chr(0x178);
73 $cyrillic{'uc'} = chr(0x42F) x $repeat;
74 $cyrillic{'lc'} = chr(0x44F) x $repeat;
77 $latin1{'uc'} = chr(utf8::unicode_to_native 0xD8) x $repeat;
78 $latin1{'lc'} = chr(utf8::unicode_to_native 0xF8) x $repeat;
94 my $char = chr($i);
183 my $char = chr($i);
216 my $prefix = "in uni8bit; Verify chr(0x$hex_i)";
224 $prefix = "no uni8bit; Verify chr(0x$hex_i)";