Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs106 U8 * char_end; in cat_utf8a2n() local
128 char_end = uvchr_to_utf8(native_utf8, code_point); in cat_utf8a2n()
129 sv_catpvn(sv, (char *) native_utf8, char_end - native_utf8); in cat_utf8a2n()