Home
last modified time | relevance | path

Searched refs:EIGHT_BIT_UTF8_TO_NATIVE (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50230036 EIGHT_BIT_UTF8_TO_NATIVE # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50230036 EIGHT_BIT_UTF8_TO_NATIVE # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50230036 EIGHT_BIT_UTF8_TO_NATIVE # Z added by devel/scanprov
/dports/lang/perl5.30/perl-5.30.3/
H A Dutf8.c2392 c = EIGHT_BIT_UTF8_TO_NATIVE(c, c1); in Perl_bytes_cmp_utf8()
2481 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_utf8_to_bytes()
2613 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_bytes_from_utf8_loc()
3295 return _generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p + 1 )), classnum); in Perl__is_utf8_FOO()
3302 return isFOO_lc(classnum, EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p + 1 ))); in Perl__is_utf8_FOO()
3925 U8 c = EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p+1)); \
4473 off = EIGHT_BIT_UTF8_TO_NATIVE(c, *(ptr + 1));
H A Dutf8.h468 #define EIGHT_BIT_UTF8_TO_NATIVE(HI, LO) \ macro
H A Dhandy.h1870 ? _generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1 )), \
2026 ? macro(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1))) \
H A Dregexec.c508 EIGHT_BIT_UTF8_TO_NATIVE(*character, *(character + 1))); in S_isFOO_utf8_lc()
6315 if (EIGHT_BIT_UTF8_TO_NATIVE(*l, *(l+1)) != * (U8*) s) in S_regmatch()
6339 if (EIGHT_BIT_UTF8_TO_NATIVE(*s, *(s+1)) != * (U8*) l) in S_regmatch()
6850 EIGHT_BIT_UTF8_TO_NATIVE(nextchr, in S_regmatch()
6929 ^ cBOOL(_generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(nextchr, in S_regmatch()
9377 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *(STRING(p) + 1)); in S_regrepeat()
H A Dhv.c3413 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_fetch_pvn()
3589 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_new_pvn()
/dports/lang/perl5.34/perl-5.34.0/
H A Dutf8.c2427 c = EIGHT_BIT_UTF8_TO_NATIVE(c, c1); in Perl_bytes_cmp_utf8()
2516 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_utf8_to_bytes()
2647 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_bytes_from_utf8_loc()
3708 U8 c = EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p+1)); \
H A Dutf8.h502 #define EIGHT_BIT_UTF8_TO_NATIVE(HI, LO) \ macro
H A Dhandy.h2177 ? _generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1 )), \
2327 ? macro(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1))) \
H A Dregexec.c518 EIGHT_BIT_UTF8_TO_NATIVE(*character, *(character + 1))); in S_isFOO_utf8_lc()
4629 mod_pat[0] = toLOWER_L1(EIGHT_BIT_UTF8_TO_NATIVE(pat[0], in S_setup_EXACTISH_ST()
4720 matches[0][0] = EIGHT_BIT_UTF8_TO_NATIVE(pat[0], pat[1]); in S_setup_EXACTISH_ST()
6908 if (EIGHT_BIT_UTF8_TO_NATIVE(*l, *(l+1)) != * (U8*) s) in S_regmatch()
6932 if (EIGHT_BIT_UTF8_TO_NATIVE(*s, *(s+1)) != * (U8*) l) in S_regmatch()
7527 EIGHT_BIT_UTF8_TO_NATIVE(nextbyte, in S_regmatch()
7606 ^ cBOOL(_generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(nextbyte, in S_regmatch()
H A Dhv.c3411 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_fetch_pvn()
3586 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_new_pvn()
H A Dlocale.c4146 s[d++] = EIGHT_BIT_UTF8_TO_NATIVE(cur_char, t[i+1]);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutf8.c2291 c = EIGHT_BIT_UTF8_TO_NATIVE(c, c1); in Perl_bytes_cmp_utf8()
2380 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_utf8_to_bytes()
2511 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_bytes_from_utf8_loc()
3622 U8 c = EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p+1)); \
H A Dutf8.h648 #define EIGHT_BIT_UTF8_TO_NATIVE(HI, LO) \ macro
H A Dhandy.h2223 ? _generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1 )), \
2373 ? macro(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1))) \
H A Dregexec.c518 EIGHT_BIT_UTF8_TO_NATIVE(*character, *(character + 1))); in S_isFOO_utf8_lc()
4643 mod_pat[0] = toLOWER_L1(EIGHT_BIT_UTF8_TO_NATIVE(pat[0], in S_setup_EXACTISH_ST()
4734 matches[0][0] = EIGHT_BIT_UTF8_TO_NATIVE(pat[0], pat[1]); in S_setup_EXACTISH_ST()
6921 if (EIGHT_BIT_UTF8_TO_NATIVE(*l, *(l+1)) != * (U8*) s) in S_regmatch()
6945 if (EIGHT_BIT_UTF8_TO_NATIVE(*s, *(s+1)) != * (U8*) l) in S_regmatch()
7540 EIGHT_BIT_UTF8_TO_NATIVE(nextbyte, in S_regmatch()
7619 ^ cBOOL(_generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(nextbyte, in S_regmatch()
H A Dhv.c3361 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_fetch_pvn()
3536 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_new_pvn()
H A Dlocale.c4150 s[d++] = EIGHT_BIT_UTF8_TO_NATIVE(cur_char, t[i+1]);
/dports/lang/perl5.32/perl-5.32.1/
H A Dutf8.c2404 c = EIGHT_BIT_UTF8_TO_NATIVE(c, c1); in Perl_bytes_cmp_utf8()
2493 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_utf8_to_bytes()
2629 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *s); in Perl_bytes_from_utf8_loc()
3704 U8 c = EIGHT_BIT_UTF8_TO_NATIVE(*p, *(p+1)); \
H A Dutf8.h509 #define EIGHT_BIT_UTF8_TO_NATIVE(HI, LO) \ macro
H A Dhandy.h2026 ? _generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1 )), \
2176 ? macro(EIGHT_BIT_UTF8_TO_NATIVE(*(p), *((p)+1))) \
H A Dregexec.c508 EIGHT_BIT_UTF8_TO_NATIVE(*character, *(character + 1))); in S_isFOO_utf8_lc()
6391 if (EIGHT_BIT_UTF8_TO_NATIVE(*l, *(l+1)) != * (U8*) s) in S_regmatch()
6415 if (EIGHT_BIT_UTF8_TO_NATIVE(*s, *(s+1)) != * (U8*) l) in S_regmatch()
7016 EIGHT_BIT_UTF8_TO_NATIVE(nextchr, in S_regmatch()
7095 ^ cBOOL(_generic_isCC(EIGHT_BIT_UTF8_TO_NATIVE(nextchr, in S_regmatch()
9565 c = EIGHT_BIT_UTF8_TO_NATIVE(c, *(string + 1)); in S_regrepeat()
H A Dhv.c3415 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_fetch_pvn()
3591 *q = (char) EIGHT_BIT_UTF8_TO_NATIVE(c, *p); in Perl_refcounted_he_new_pvn()

12