Searched refs:what_MULTI_CHAR_FOLD_utf8_safe_part3_ (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dregcharclass.h671 #define what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) \ macro
974 : ( 0xCF == ((const U8*)s)[0] ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) )\
1916 #define what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) \ macro
2189 : ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) )\
3174 #define what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) \ macro
3447 : ( ( ((const U8*)s)[0] & 0xBF ) == 'f' ) ? what_MULTI_CHAR_FOLD_utf8_safe_part2_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part3_(s,e) )\

Completed in 131 milliseconds