Searched refs:isUPPER_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 | 34 isUPPER_LC_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 61 isUPPER_LC_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 929 __UNDEFINED__ isUPPER_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, UPPER) 951 * isPUNCT_LC_utf8_safe, isSPACE_LC_utf8_safe, isUPPER_LC_utf8_safe, 2335 isUPPER_LC_utf8_safe(s, offset) 2339 RETVAL = isUPPER_LC_utf8_safe(s, s + UTF8SKIP(s) + offset);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 2421 #define isUPPER_LC_utf8(p, e) isUPPER_LC_utf8_safe(p, e) 2484 #define isUPPER_LC_utf8_safe(p, e) \ macro
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 13824 #ifndef isUPPER_LC_utf8_safe 13825 # define isUPPER_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, UPPER) macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 367 Amd|bool|isUPPER_LC_utf8_safe|U8 * s| U8 *end
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 5302 RETVAL = isUPPER_LC_utf8_safe(p, e);
|