Searched defs:PL_e2a (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutfebcdic.h230 EXTCONST unsigned char PL_e2a[] = { /* EBCDIC (IBM-1047) to ASCII (iso-8859-1) */ variable
270 EXTCONST unsigned char PL_e2a[] = { /* EBCDIC (POSIX-BC) to ASCII (ISO8859-1) */ variable
310 EXTCONST unsigned char PL_e2a[] = { /* EBCDIC (IBM-037) to ASCII (ISO8859-1) */ variable
334 EXTCONST unsigned char PL_e2a[];
345 #define NATIVE_TO_ASCII(ch) PL_e2a[(U8)(ch)]

Completed in 19 milliseconds