Searched refs:isASCII_utf8_safe (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h892 =for apidoc_item ||isASCII_utf8_safe|U8 * s|U8 * end
909 C<isASCII_utf8_safe> will work properly on any string encoded or not in UTF-8.
2320 #define isASCII_utf8(p, e) isASCII_utf8_safe(p, e)
2340 #define isASCII_utf8_safe(p, e) \ macro
H A Dregexec.c3146 REXEC_FBC_UTF8_CLASS_SCAN( ! isASCII_utf8_safe(s, strend)
10724 && ( ! isASCII_utf8_safe(scan, loceol)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5898 RETVAL = isASCII_utf8_safe(p, e);

Completed in 272 milliseconds