Home
last modified time | relevance | path

Searched refs:UTF8_IS_NONCHAR (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50230024 UTF8_IS_NONCHAR # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502300220 UTF8_IS_NONCHAR # U
/openbsd/src/gnu/usr.bin/perl/
Dutf8.h1097 #define UTF8_IS_NONCHAR(s, e) is_NONCHAR_utf8_safe(s,e) macro
1102 UTF8_IS_NONCHAR(s, e)
Dutf8.c4167 else if ( UNLIKELY(UTF8_IS_NONCHAR(s, e))
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/
Dencode.h590 # ifndef UTF8_IS_NONCHAR
591 # define UTF8_IS_NONCHAR(s, e) (is_NONCHAR_utf8_safe(s,e) > 0) macro
1106 && UNLIKELY(UTF8_IS_NONCHAR(s, e))) in S_is_utf8_char_helper()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc1103 Amd|bool|UTF8_IS_NONCHAR|const U8 *s|const U8 *e
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5260delta.pod2395 L<C<UTF8_IS_NONCHAR>|perlapi/UTF8_IS_NONCHAR>