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

/openbsd-current/gnu/usr.bin/perl/
H A Dregcharclass.h327 #define is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) \ macro
495 : ( ( ((const U8*)s)[0] & 0xDF ) == 'F' ) ? is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) : is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) )\
1603 #define is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) \ macro
1828 : ( ( ((const U8*)s)[0] & 0xBF ) == 'i' ) ? is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) : is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) )\
2861 #define is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) \ macro
3086 : ( ( ((const U8*)s)[0] & 0xBF ) == 'i' ) ? is_MULTI_CHAR_FOLD_utf8_safe_part0_(s,e) : is_MULTI_CHAR_FOLD_utf8_safe_part1_(s,e) )\

Completed in 72 milliseconds