Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs7021 resultant_cp = toLOWER_utf8_safe(input, e, s, &len);
7022 av_push_simple(av, newSVuv(resultant_cp));
7100 UV resultant_cp = UV_MAX; variable
7106 resultant_cp = toFOLD_utf8_safe(input, e, s, &len);
7107 av_push_simple(av, newSVuv(resultant_cp));
7185 UV resultant_cp = UV_MAX; variable
7191 resultant_cp = toUPPER_utf8_safe(input, e, s, &len);
7192 av_push_simple(av, newSVuv(resultant_cp));
7263 UV resultant_cp = UV_MAX; variable
7269 resultant_cp = toTITLE_utf8_safe(input, e, s, &len);
[all …]