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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c1019 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1]; local
1022 to_utf8_lower((U8*)m, tmpbuf1, &ulen1);
1025 c1 = utf8n_to_uvchr(tmpbuf1, UTF8_MAXLEN_UCLC,
2788 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1]; local
2793 toLOWER_utf8((U8*)s, tmpbuf1, &ulen1);
2795 if (ulen1 != ulen2 || memNE((char *)tmpbuf1, (char *)tmpbuf2, ulen1))
3579 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1]; local
3582 to_utf8_lower((U8*)s, tmpbuf1, &ulen1);
3585 c1 = utf8n_to_uvuni(tmpbuf1, UTF8_MAXLEN, 0,

Completed in 125 milliseconds