Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.xs329 UV uvS = 0; /* code point of the starter */ in pv_utf8_compose() local
351 uvS = uv; /* the first Starter is found */ in pv_utf8_compose()
377 UV uvComp = composite_uv(uvS, uv); in pv_utf8_compose()
380 uvS = uvComp; in pv_utf8_compose()
417 d = uvchr_to_utf8(d, uvS); /* starter (composed or not) */ in pv_utf8_compose()
430 uvS = uv; in pv_utf8_compose()