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

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_trie.c753 if ((foldlen = is_MULTI_CHAR_FOLD_utf8_safe(uc, e))) {
H A Dregcomp_study.c192 if (is_MULTI_CHAR_FOLD_utf8_safe(s, e)) {
1426 int len = is_MULTI_CHAR_FOLD_utf8_safe(s, s_end);
H A Dregcharclass.h491 #define is_MULTI_CHAR_FOLD_utf8_safe(s,e) \ macro
1818 #define is_MULTI_CHAR_FOLD_utf8_safe(s,e) \ macro
3076 #define is_MULTI_CHAR_FOLD_utf8_safe(s,e) \ macro
H A Dregcomp.c7165 if (UNLIKELY(is_MULTI_CHAR_FOLD_utf8_safe(s, e))) {

Completed in 219 milliseconds