Home
last modified time | relevance | path

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 D502500934 isUPPER_LC_utf8_safe # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500600061 isUPPER_LC_utf8_safe # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc929 __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 Dhandy.h2421 #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 Dppport.h13824 #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 Dapidoc.fnc367 Amd|bool|isUPPER_LC_utf8_safe|U8 * s| U8 *end
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5302 RETVAL = isUPPER_LC_utf8_safe(p, e);