Searched refs:isLOWER_utf8_safe (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h982 =for apidoc_item ||isLOWER_utf8_safe|U8 * s|U8 * end
2327 #define isLOWER_utf8(p, e) isLOWER_utf8_safe(p, e)
2373 #define isLOWER_utf8_safe(p, e) generic_invlist_utf8_safe_(CC_LOWER_, p, e) macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5184 RETVAL = isLOWER_utf8_safe(p, e);

Completed in 183 milliseconds