Searched refs:is_utf8_string_loc_flags (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h1139 # undef is_utf8_string_loc_flags macro
1142 is_utf8_string_loc_flags(const U8 *s, STRLEN len, const U8 **ep, const U32 flags) function
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs426 bool valid = is_utf8_string_loc_flags(s, e - s, &e_or_where_failed, flags);
/openbsd-current/gnu/usr.bin/perl/
H A Dinline.h496 C<L</is_utf8_string_loc_flags>>,
1235 C<L</is_utf8_string_loc_flags>>,
1275 C<L</is_utf8_string_loc_flags>>,
1316 C<L</is_utf8_string_loc_flags>>,
1885 =for apidoc is_utf8_string_loc_flags
1896 #define is_utf8_string_loc_flags(s, len, ep, flags) \ macro
1913 See also C<L</is_utf8_string_loc_flags>>.
2222 Use L</is_utf8_string_flags>, L</is_utf8_string_loc_flags>, and
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6624 av_push(av, newSViv(is_utf8_string_loc_flags((U8 *) s, len, &ep, flags)));

Completed in 92 milliseconds