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

/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h577 # ifndef is_NONCHAR_utf8_safe
578 # define is_NONCHAR_utf8_safe(s,e) /*** GENERATED CODE ***/ \ macro
591 # define UTF8_IS_NONCHAR(s, e) (is_NONCHAR_utf8_safe(s,e) > 0)
/openbsd-current/gnu/usr.bin/perl/
H A Dutf8.h1096 #define UTF8_IS_NONCHAR(s, e) is_NONCHAR_utf8_safe(s,e)
H A Dregcharclass.h193 #define is_NONCHAR_utf8_safe(s,e) \ macro
1451 #define is_NONCHAR_utf8_safe(s,e) \ macro
2709 #define is_NONCHAR_utf8_safe(s,e) \ macro

Completed in 217 milliseconds