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

/openbsd-current/gnu/usr.bin/perl/
H A Dregcharclass.h743 #define what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) \ macro
975 : ((e)-(s) > 3) ? what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) )
1998 #define what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) \ macro
2239 : ( 0xB5 == ((const U8*)s)[0] ) ? what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) )\
3256 #define what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) \ macro
3497 : ( 0xB4 == ((const U8*)s)[0] ) ? what_MULTI_CHAR_FOLD_utf8_safe_part4_(s,e) : what_MULTI_CHAR_FOLD_utf8_safe_part5_(s,e) )\

Completed in 114 milliseconds