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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutfebcdic.h106 EXTCONST unsigned char PL_e2utf[] = { /* EBCDIC (IBM-1047) to UTF-8-mod */ variable
146 unsigned char PL_e2utf[] = { /* EBCDIC (POSIX-BC) to UTF-8-mod */ variable
186 unsigned char PL_e2utf[] = { /* EBCDIC (IBM-037) to UTF-8-mod */ variable
332 EXTCONST unsigned char PL_e2utf[];
348 #define NATIVE_TO_UTF(ch) PL_e2utf[(U8)(ch)]

Completed in 85 milliseconds