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

/opensolaris-onvv-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,
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c4550 hexcode(unsigned val) function
4571 *p++ = hexcode(data[i+j] >> 4);
4572 *p++ = hexcode(data[i+j] & 0xf);

Completed in 125 milliseconds