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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h54 #define UNI_TO_NATIVE(ch) (ch) macro
H A Dutf8.c1395 /* The NATIVE_TO_UNI() and UNI_TO_NATIVE() mappings
1433 d = uvchr_to_utf8(d, UNI_TO_NATIVE(c));
1442 d = uvchr_to_utf8(d, UNI_TO_NATIVE(*t));
1460 UV uv3 = UNI_TO_NATIVE(uv2);
1814 return UNI_TO_NATIVE(uv);
H A Duniversal.c503 ST(0) = sv_2mortal(newSViv(UNI_TO_NATIVE(uv)));
H A Dregexec.c1174 isALNUM_uni(tmp) : isALNUM_LC_uvchr(UNI_TO_NATIVE(tmp))) != 0);
1217 isALNUM_uni(tmp) : isALNUM_LC_uvchr(UNI_TO_NATIVE(tmp))) != 0);
2626 ln = isALNUM_LC_uvchr(UNI_TO_NATIVE(ln));
H A Dutfebcdic.h352 #define UNI_TO_NATIVE(ch) (((ch) > 255) ? (ch) : ASCII_TO_NATIVE(ch)) macro
H A Dpp_pack.c2196 auint = UNI_TO_NATIVE(SvUV(fromstr));
H A Dtoke.c1571 d = uvchr_to_utf8(tmpbuf, UNI_TO_NATIVE(uv));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs20 # define UNI_TO_NATIVE(ch) (((ch) > 255) ? (ch) : ASCII_TO_NATIVE(ch))
22 # define UNI_TO_NATIVE(ch) (ch)
30 return UNI_TO_NATIVE(uv);

Completed in 139 milliseconds