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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1372 The "swashp" is a pointer to the swash to use.
1388 Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *normal, char *special) argument
1401 if (!*swashp) /* load on-demand */
1402 *swashp = swash_init("utf8", normal, &PL_sv_undef, 4, 0);
1455 if (!len && *swashp) {
1456 UV uv2 = swash_fetch(*swashp, tmpbuf, TRUE);

Completed in 25 milliseconds