Searched refs:isALPHA_utf8_safe (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5025009 | 8 isALPHA_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 23 isALPHA_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 766 __UNDEFINED__ isALPHA_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, ALPHA) 772 (isALPHA_utf8_safe(s,e) || isDIGIT_utf8_safe(s,e)) 941 /* Warning: isALPHANUMERIC_utf8_safe, isALPHA_utf8_safe, isASCII_utf8_safe, 2064 isALPHA_utf8_safe(s, offset) 2068 RETVAL = isALPHA_utf8_safe(s, s + UTF8SKIP(s) + offset);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 2318 #define isALPHA_utf8(p, e) isALPHA_utf8_safe(p, e) 2337 #define isALPHA_utf8_safe(p, e) generic_invlist_utf8_safe_(CC_ALPHA_, p, e) macro
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 13569 #ifndef isALPHA_utf8_safe 13570 # define isALPHA_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, ALPHA) macro 13582 (isALPHA_utf8_safe(s,e) || isDIGIT_utf8_safe(s,e))
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 242 Amd|bool|isALPHA_utf8_safe|U8 * s|U8 * end
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 5445 RETVAL = isALPHA_utf8_safe(p, e);
|