Searched refs:isCNTRL_LC_utf8_safe (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5025009 | 13 isCNTRL_LC_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 29 isCNTRL_LC_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 908 __UNDEFINED__ isCNTRL_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, CNTRL) 945 * isBLANK_LC_utf8_safe, isCNTRL_LC_utf8_safe, isDIGIT_LC_utf8_safe, 2242 isCNTRL_LC_utf8_safe(s, offset) 2246 RETVAL = isCNTRL_LC_utf8_safe(s, s + UTF8SKIP(s) + offset);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 2411 #define isCNTRL_LC_utf8(p, e) isCNTRL_LC_utf8_safe(p, e) 2463 #define isCNTRL_LC_utf8_safe(p, e) \ macro
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 13777 #ifndef isCNTRL_LC_utf8_safe 13778 # define isCNTRL_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, CNTRL) macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 266 Amd|bool|isCNTRL_LC_utf8_safe|U8 * s| U8 *end
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 5995 RETVAL = isCNTRL_LC_utf8_safe(p, e);
|