Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502500922 isIDFIRST_LC_utf8_safe # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500600042 isIDFIRST_LC_utf8_safe # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc920 __UNDEFINED__ isIDFIRST_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, IDFIRST)
949 * isGRAPH_LC_utf8_safe, isIDCONT_LC_utf8_safe, isIDFIRST_LC_utf8_safe,
2281 isIDFIRST_LC_utf8_safe(s, offset)
2285 RETVAL = isIDFIRST_LC_utf8_safe(s, s + UTF8SKIP(s) + offset);
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2415 #define isIDFIRST_LC_utf8(p, e) isIDFIRST_LC_utf8_safe(p, e)
2472 #define isIDFIRST_LC_utf8_safe(p, e) \ macro
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h13800 #ifndef isIDFIRST_LC_utf8_safe
13801 # define isIDFIRST_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, IDFIRST) macro
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc303 Amd|bool|isIDFIRST_LC_utf8_safe|U8 * s| U8 *end
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs5855 RETVAL = isIDFIRST_LC_utf8_safe(p, e);