Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502500926 isPRINT_LC_utf8_safe # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500600048 isPRINT_LC_utf8_safe # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc922 __UNDEFINED__ isPRINT_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, PRINT)
950 * isLOWER_LC_utf8_safe, isPRINT_LC_utf8_safe, isPSXSPC_LC_utf8_safe,
2299 isPRINT_LC_utf8_safe(s, offset)
2303 RETVAL = isPRINT_LC_utf8_safe(s, s + UTF8SKIP(s) + offset);
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2417 #define isPRINT_LC_utf8(p, e) isPRINT_LC_utf8_safe(p, e)
2477 #define isPRINT_LC_utf8_safe(p, e) \ macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13808 #ifndef isPRINT_LC_utf8_safe
13809 # define isPRINT_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, PRINT) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc330 Amd|bool|isPRINT_LC_utf8_safe|U8 * s| U8 *end
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6256 RETVAL = isPRINT_LC_utf8_safe(p, e);