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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h211 #define SVf_UTF8 0x20000000 /* SvPV is UTF-8 encoded */ macro
563 SVf_IVisUV|SVf_UTF8), \
567 SVf_UTF8), \
623 #define SvUTF8(sv) (SvFLAGS(sv) & SVf_UTF8)
624 #define SvUTF8_on(sv) (SvFLAGS(sv) |= (SVf_UTF8))
625 #define SvUTF8_off(sv) (SvFLAGS(sv) &= ~(SVf_UTF8))
633 SVf_IVisUV|SVf_UTF8), \
989 ((SvFLAGS(sv) & (SVf_POK|SVf_UTF8)) == (SVf_POK|SVf_UTF8) \
993 ((SvFLAGS(sv) & (SVf_POK|SVf_THINKFIRST)) == (SVf_POK|SVf_UTF8) \
[all...]

Completed in 28 milliseconds