Lines Matching refs:newXS
192 newXS("UNIVERSAL::isa", XS_UNIVERSAL_isa, file);
193 newXS("UNIVERSAL::can", XS_UNIVERSAL_can, file);
194 newXS("UNIVERSAL::VERSION", XS_UNIVERSAL_VERSION, file);
195 newXS("utf8::is_utf8", XS_utf8_is_utf8, file);
196 newXS("utf8::valid", XS_utf8_valid, file);
197 newXS("utf8::encode", XS_utf8_encode, file);
198 newXS("utf8::decode", XS_utf8_decode, file);
199 newXS("utf8::upgrade", XS_utf8_upgrade, file);
200 newXS("utf8::downgrade", XS_utf8_downgrade, file);
201 newXS("utf8::native_to_unicode", XS_utf8_native_to_unicode, file);
202 newXS("utf8::unicode_to_native", XS_utf8_unicode_to_native, file);
209 newXS("Regexp::DESTROY", XS_Regexp_DESTROY, file);