Home
last modified time | relevance | path

Searched refs:utf8_flag (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c375 int utf8_flag; in copy_expand_unix_filename_escape() local
377 utf8_flag = 0; in copy_expand_unix_filename_escape()
379 utf8_flag = *utf8_fl; in copy_expand_unix_filename_escape()
8439 *utf8_flag = 0;
8446 *utf8_flag = 0;
8492 *utf8_flag = 0;
8512 if (utf8_flag != NULL)
8513 *utf8_flag = 0;
8562 *utf8_flag = 0;
8858 if (utf8_flag != NULL)
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c6452 const U32 utf8_flag = SvUTF8(src); in Perl_strxfrm() local
6453 char *d = mem_collxfrm_(p, srclen, &dstlen, cBOOL(utf8_flag)); in Perl_strxfrm()
6455 assert(utf8_flag == 0 || utf8_flag == SVf_UTF8); in Perl_strxfrm()
6460 dstlen, SVs_TEMP|utf8_flag); in Perl_strxfrm()
H A Dhv.c3661 U8 utf8_flag; in Perl_refcounted_he_fetch_pvn() local
3703 utf8_flag = (flags & REFCOUNTED_HE_KEY_UTF8) ? HVhek_UTF8 : 0; in Perl_refcounted_he_fetch_pvn()
3713 utf8_flag == (chain->refcounted_he_data[0] & HVhek_UTF8) in Perl_refcounted_he_fetch_pvn()
3718 utf8_flag == (HEK_FLAGS(chain->refcounted_he_hek) & HVhek_UTF8) in Perl_refcounted_he_fetch_pvn()