Home
last modified time | relevance | path

Searched refs:HVhek_UTF8 (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dhv.c320 if (flags & HVhek_UTF8) { in S_hv_notallowed()
460 flags = HVhek_UTF8; in Perl_hv_common_key_len()
537 is_utf8 = cBOOL(flags & HVhek_UTF8); in Perl_hv_common()
753 flags |= HVhek_UTF8; in Perl_hv_common()
755 flags &= ~HVhek_UTF8; in Perl_hv_common()
1269 bool is_utf8 = cBOOL(k_flags & HVhek_UTF8); in S_hv_delete_common()
1325 k_flags |= HVhek_UTF8; in S_hv_delete_common()
1327 k_flags &= ~HVhek_UTF8; in S_hv_delete_common()
3255 k_flags = HVhek_UTF8; in S_unshare_hek_or_pvn()
3329 flags = HVhek_UTF8; in Perl_share_hek()
[all …]
H A Dhv.h462 #define HVhek_UTF8 0x01 /* Key is utf8 encoded. */ macro
472 #define HVhek_ENABLEHVKFLAGS (HVhek_UTF8|HVhek_WASUTF8)
474 #define HEK_UTF8(hek) (HEK_FLAGS(hek) & HVhek_UTF8)
475 #define HEK_UTF8_on(hek) (HEK_FLAGS(hek) |= HVhek_UTF8)
476 #define HEK_UTF8_off(hek) (HEK_FLAGS(hek) &= ~HVhek_UTF8)
H A Dmathoms.c595 flags = HVhek_UTF8; in Perl_hv_store()
614 flags = HVhek_UTF8; in Perl_hv_exists()
632 flags = HVhek_UTF8; in Perl_hv_fetch()
652 k_flags = HVhek_UTF8; in Perl_hv_delete()
H A Dgv.c852 cachestash, meth, name, len, is_utf8 ? HVhek_UTF8 : 0, create, NULL, 0 in S_gv_fetchmeth_internal()
930 cstash, meth, name, len, is_utf8 ? HVhek_UTF8 : 0, HV_FETCH_JUST_SV, NULL, 0 in S_gv_fetchmeth_internal()
1681 (flags & SVf_UTF8) ? HVhek_UTF8 : 0, 0, NULL, 0 in Perl_gv_stashsvpvn_cached()
H A Duniversal.c61 if (hv_common(isa, namesv, name, len, ( flags & SVf_UTF8 ? HVhek_UTF8 : 0), in S_isa_lookup()
H A Dmro_core.c993 name_utf8 ? HVhek_UTF8 : 0); in S_mro_gather_and_rename()
H A Ddump.c2325 (meta->mro_which->kflags & HVhek_UTF8)), in Perl_do_sv_dump()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlmroapi.pod43 If the name is given in UTF-8, set this to C<HVhek_UTF8>. The value is passed
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs243 # define HVhek_UTF8 1 macro
264 if (flags & HVhek_UTF8) in my_hv_common()
287 flags = HVhek_UTF8; in my_hv_common_key_len()
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs373 | ((meta->kflags & HVhek_UTF8) ? SVf_UTF8 : 0));
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5008000110 HVhek_UTF8 # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs6585 store_flags |= HVhek_UTF8; in retrieve_flag_hash()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs2059 flags = HVhek_UTF8;