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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutfebcdic.h211 EXTCONST unsigned char PL_a2e[] = { /* ASCII (iso-8859-1) to EBCDIC (IBM-1047) */ variable
251 EXTCONST unsigned char PL_a2e[] = { /* ASCII (ISO8859-1) to EBCDIC (POSIX-BC) */ variable
291 EXTCONST unsigned char PL_a2e[] = { /* ASCII (ISO8859-1) to EBCDIC (IBM-037) */ variable
335 EXTCONST unsigned char PL_a2e[];
346 #define ASCII_TO_NATIVE(ch) PL_a2e[(U8)(ch)]

Completed in 16 milliseconds