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

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_trie.c757 else if ((foldlen = is_MULTI_CHAR_FOLD_latin1_safe(uc, e))) {
H A Dregcomp_study.c106 if (is_MULTI_CHAR_FOLD_latin1_safe(s, s + bytelen)) {
1509 int len = is_MULTI_CHAR_FOLD_latin1_safe(s, s_end);
H A Dregcharclass.h988 #define is_MULTI_CHAR_FOLD_latin1_safe(s,e) \ macro
2248 #define is_MULTI_CHAR_FOLD_latin1_safe(s,e) \ macro
3506 #define is_MULTI_CHAR_FOLD_latin1_safe(s,e) \ macro
H A Dregcomp.c7234 if (UNLIKELY(is_MULTI_CHAR_FOLD_latin1_safe(s, e))) {

Completed in 419 milliseconds