Searched refs:what_MULTI_CHAR_FOLD_utf8_safe_part2_ (Results 1 – 2 of 2) sorted by relevance
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | regcharclass.h | 581 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 899 …: ( 0xCF == ((const U8*)s)[0] ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULTI_CHAR_FOL… 1761 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 2043 …: ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULT… 2939 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 3221 …: ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULT…
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | regcharclass.h | 627 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 945 …: ( 0xCF == ((const U8*)s)[0] ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULTI_CHAR_FOL… 1849 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 2131 …: ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULT… 3078 #define what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) \ macro 3360 …: ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULT…
|