Searched refs:uni (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_jfs.c | 200 uni2ansi (UniChar *uni, char *ansi, int len) argument 202 for (; len; len--, uni++) 203 *ansi++ = (*uni & 0xff80) ? '?' : *(char *)uni;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/ |
H A D | harness | 65 push @tests, <uni/*.t>;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/ |
H A D | encoding.xs | 257 SV *uni; 339 uni = POPs; 342 if (SvPOK(uni)) { 343 s = SvPVutf8(uni, len);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
H A D | Unicode.pm | 220 $hi = ($uni - 0x10000) / 0x400 + 0xD800; 221 $lo = ($uni - 0x10000) % 0x400 + 0xDC00; 225 $uni = 0x10000 + ($hi - 0xD800) * 0x400 + ($lo - 0xDC00);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | enc2xs | 410 my (@uni, @byte) = (); 411 my ($uni, $byte, $fb) = m/^(\S+)\s+(\S+)\s+(\S+)\s+/o 413 while ($uni =~ m/\G<([U0-9a-fA-F\+]+)>/g){ 414 push @uni, map { substr($_, 1) } split(/\+/, $1); 419 if (@uni) 421 my $uch = join('', map { encode_U(hex($_)) } @uni );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | podchecker.PL | 118 Marek Rouchal E<lt>marek@saftsack.fs.uni-bayreuth.deE<gt>
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 2297 uchar_t *uni = NULL; local 2302 if (asc2uni(str, len, &uni, &unilen) == 0) { 2304 if (OPENSSL_asc2uni(str, len, &uni, &unilen) == 0) { 2314 if (uni[unilen - 1] == '\0' && uni[unilen - 2] == '\0') 2321 OPENSSL_free(uni); 2325 bmp->data = uni;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.pm | 184 my $uni = $f->decode($string,$check); 186 $string = $t->encode($uni,$check); 187 return undef if ($check && length($uni));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 962 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | sv.c | 11469 SV *uni; local 11493 uni = POPs; 11495 s = SvPV(uni, len);
|
Completed in 84 milliseconds