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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h169 #define UTF8_MAXLEN_UCLC (UTF8_MAXLEN*UTF8_MAXLEN_UCLC_MULT) macro
H A Dutf8.c1032 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
1157 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
1167 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
1177 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
1480 that the ustrp needs to be at least UTF8_MAXLEN_UCLC+1 bytes since the
1501 that the ustrp needs to be at least UTF8_MAXLEN_UCLC+1 bytes since the
1522 that the ustrp needs to be at least UTF8_MAXLEN_UCLC+1 bytes since the
H A Dregexec.c1019 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1];
1020 U8 tmpbuf2[UTF8_MAXLEN_UCLC+1];
1025 c1 = utf8n_to_uvchr(tmpbuf1, UTF8_MAXLEN_UCLC,
1027 c2 = utf8n_to_uvchr(tmpbuf2, UTF8_MAXLEN_UCLC,
2788 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1];
2789 U8 tmpbuf2[UTF8_MAXLEN_UCLC+1];
3579 U8 tmpbuf1[UTF8_MAXLEN_UCLC+1];
3580 U8 tmpbuf2[UTF8_MAXLEN_UCLC+1];
H A Dpp.c3354 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
3417 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
3474 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
3486 SvGROW(TARG, (nchar * UTF8_MAXLEN_UCLC) + 1);
3543 U8 tmpbuf[UTF8_MAXLEN_UCLC+1];
3555 SvGROW(TARG, (nchar * UTF8_MAXLEN_UCLC) + 1);

Completed in 219 milliseconds