Home
last modified time | relevance | path

Searched refs:c1_utf8 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregexp.h870 U8 c1_utf8[UTF8_MAXBYTES+1]; /* */ member
885 U8 c1_utf8[UTF8_MAXBYTES+1]; /* */ member
H A Dregexec.c4157 U8* c1_utf8, int *c2p, U8* c2_utf8, regmatch_info *reginfo) in S_setup_EXACTISH_ST_c1_c2() argument
4240 Copy(pat, c1_utf8, UTF8SKIP(pat), U8); in S_setup_EXACTISH_ST_c1_c2()
4435 uvchr_to_utf8(c1_utf8, c1); in S_setup_EXACTISH_ST_c1_c2()
4442 *c1p = (UTF8_IS_INVARIANT(*c1_utf8)) ? *c1_utf8 : CHRTEST_NOT_A_CP_1; in S_setup_EXACTISH_ST_c1_c2()
8327 valid_utf8_to_uvchr(ST.c1_utf8, NULL), in S_regmatch()
8585 && memNE(locinput, ST.c1_utf8, in S_regmatch()
8597 && memNE(locinput, ST.c1_utf8, in S_regmatch()
8681 could_match = memEQ(locinput, ST.c1_utf8, in S_regmatch()
9449 U8 c1_utf8[UTF8_MAXBYTES+1], c2_utf8[UTF8_MAXBYTES+1]; in S_regrepeat() local
9474 && memEQ(scan, c1_utf8, UTF8_SAFE_SKIP(scan, in S_regrepeat()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dregexp.h868 U8 c1_utf8[UTF8_MAXBYTES+1]; /* */ member
883 U8 c1_utf8[UTF8_MAXBYTES+1]; /* */ member
H A Dregexec.c4212 U8* c1_utf8, int *c2p, U8* c2_utf8, regmatch_info *reginfo) in S_setup_EXACTISH_ST_c1_c2() argument
4298 Copy(pat, c1_utf8, UTF8SKIP(pat), U8); in S_setup_EXACTISH_ST_c1_c2()
4495 uvchr_to_utf8(c1_utf8, c1); in S_setup_EXACTISH_ST_c1_c2()
4502 *c1p = (UTF8_IS_INVARIANT(*c1_utf8)) ? *c1_utf8 : CHRTEST_NOT_A_CP_1; in S_setup_EXACTISH_ST_c1_c2()
8493 valid_utf8_to_uvchr(ST.c1_utf8, NULL), in S_regmatch()
8751 && memNE(locinput, ST.c1_utf8, in S_regmatch()
8763 && memNE(locinput, ST.c1_utf8, in S_regmatch()
8847 could_match = memEQ(locinput, ST.c1_utf8, in S_regmatch()
9638 U8 c1_utf8[UTF8_MAXBYTES+1], c2_utf8[UTF8_MAXBYTES+1]; in S_regrepeat() local
9663 && memEQ(scan, c1_utf8, UTF8_SAFE_SKIP(scan, in S_regrepeat()
[all …]