Home
last modified time | relevance | path

Searched refs:hexcode (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm660 my ($hexcode, $lower, $title, $upper, $condition) =
662 my $code = hex($hexcode);
678 { code => $hexcode,
688 { code => $hexcode,
695 { code => $hexcode,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables699 my ($hexcode, ## code point in hex (e.g. "0041")
721 my $code = hex($hexcode);
725 $_Above_HexCodes{$hexcode} = 1;
934 my ($hexcode, $name, $link, $linkgroup) = split(/\s*;\s*/);
935 my $code = hex($hexcode);
/onnv-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c4550 hexcode(unsigned val) in hexcode() function
4571 *p++ = hexcode(data[i+j] >> 4); in dnet_dumpbin()
4572 *p++ = hexcode(data[i+j] & 0xf); in dnet_dumpbin()